Trait: whether type T is a std::string_view type.
More...
#include <MetaUtils.h>
Trait: whether type T is a std::string_view type.
| T | the 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.
1.8.11