Template Struct has_c_str< T, std::void_t< decltype(std::declval< T >().c_str())> >

Inheritance Relationships

Base Type

  • public true_type

Struct Documentation

template<typename T>
struct has_c_str<T, std::void_t<decltype(std::declval<T>().c_str())>> : public true_type