|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
constexpr |
A type trait to helper determine if a type is an STL container.
The user specifies a type and this method returns true/false to indicate if it is a STL container, that is, that it has a type named T::iterator
| The | type we are to check. |