Utopia  2
Framework for studying models of complex & adaptive systems.
Utopia::Utils::is_string< T > Struct Template Reference

Check if a type T is a string-like type, i.e. std::basic_string, const char*, char*, or basic_string_view. More...

#include <type_traits.hh>

Inheritance diagram for Utopia::Utils::is_string< T >:
Inheritance graph
[legend]
Collaboration diagram for Utopia::Utils::is_string< T >:
Collaboration graph
[legend]

Detailed Description

template<typename T>
struct Utopia::Utils::is_string< T >

Check if a type T is a string-like type, i.e. std::basic_string, const char*, char*, or basic_string_view.


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