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
-
Definition at line 132 of file traits.h.