Typedef camp::at_key

Typedef Documentation

using camp::at_key = typename at_key_s<Map, Key>::type

Get value at Key from Map.

Template Parameters
  • Map – The map, or associative list, to index

  • Key – The key to find