Templa 0.0.1-alpha
C++ Metaprogramming Utilities
Loading...
Searching...
No Matches
templa::concepts::is_basic_string< T > Struct Template Reference

Helper struct to detect if a type is std::basic_string. More...

#include <concepts.hpp>

Inheritance diagram for templa::concepts::is_basic_string< T >:

Detailed Description

template<class T>
struct templa::concepts::is_basic_string< T >

Helper struct to detect if a type is std::basic_string.

Specialized for std::basic_string.

Template Parameters
TType to check.

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