UniRec  3.2.0
Nemea::is_string< T > Struct Template Reference

A type trait that checks if a given type is a string type. More...

#include <unirecTypeTraits.hpp>

Inheritance diagram for Nemea::is_string< T >:

Detailed Description

template<typename T>
struct Nemea::is_string< T >

A type trait that checks if a given type is a string type.

A type is considered a string type if it is either std::string or std::string_view.

Template Parameters
TThe type to check.

Definition at line 26 of file unirecTypeTraits.hpp.


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