util::is_basic_string_view_type< T > Struct Template Reference

Trait: whether type T is a std::string_view type. More...

#include <MetaUtils.h>

Inheritance diagram for util::is_basic_string_view_type< T >:
util::details::is_basic_string_view_type_impl< std::decay_t< T > >

Detailed Description

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

Trait: whether type T is a std::string_view type.

Template Parameters
Tthe type to be tested

This trait has value true if T is an instance of std::basic_string_view template, false otherwise.

Definition at line 495 of file MetaUtils.h.


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