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

#include <traits.h>

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

Type trait to infer if a type is an STL container.

Inheriting from std::bool_constant will provide a value boolean static constant member set depending on whether the type is an STL container.

Template Parameters
TThe type to be tested.

Definition at line 86 of file traits.h.

Inheritance diagram for smash::is_stl_container< T >:

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