Cbeam
|
Type trait to check if a given type is a nested map. More...
#include <map.hpp>
Type trait to check if a given type is a nested map.
This type trait checks if a given type T has members 'nested_tables' and 'table_of_values', which are characteristic of cbeam::container::nested_map. It inherits from std::true_type if T is a nested map, and std::false_type otherwise.
T | The type to check. |