Inherits false_type.
Checks if specific type is STL-style container. To do so, checks for iterator and const_iterator member types existance. If both exist, inherits std::true_type, otherwise inherits std::false_type.
T | Type to check. |
Enable | Formal argument for SFINAE to work. |