Trait: whether type T
is a STL string type.
More...
#include <MetaUtils.h>
Trait: whether type T
is a STL string type.
T | the type to be tested |
This trait has value
true
if T
is an instance of std::basic_string
template, false
otherwise.
Definition at line 478 of file MetaUtils.h.