util::is_basic_string_type< T > Struct Template Reference

Trait: whether type T is a STL string type. More...

#include <MetaUtils.h>

Inheritance diagram for util::is_basic_string_type< T >:
util::details::is_basic_string_type_impl< std::decay_t< T > >

Detailed Description

template<typename T>
struct util::is_basic_string_type< T >

Trait: whether type T is a STL string type.

Template Parameters
Tthe 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.


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