#include <traits.h>
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.
std::bool_constant
value
Definition at line 86 of file traits.h.