VCCC  2024.05
VisualCamp Common C++ library
is_string_like.hpp File Reference
#include <type_traits>
#include <string>
#include "vccc/__type_traits/is_specialization.hpp"

Go to the source code of this file.

Classes

struct  is_string_like< T >
 
struct  is_string_like< const char * >
 

Namespaces

 vccc
 

Typedefs

template<typename T >
using is_string_like_t = typename is_string_like< T >::type