Version: SMASH-3.3
smash::is_map_like< T > Struct Template Reference

#include <traits.h>

template<typename T>
struct smash::is_map_like< T >

Type trait to infer if a type is map-like (for the moment only std::map is considered).

See also
detail::is_stl_container for the reason why we limit the considered types.
Template Parameters
TThe type to be tested.

Definition at line 132 of file traits.h.

Inheritance diagram for smash::is_map_like< T >:

The documentation for this struct was generated from the following file: