Template Struct has_unbounded_string_func< T, std::void_t< decltype(std::declval< T >, ().unbounded_string()) > >

Inheritance Relationships

Base Type

  • public std::true_type

Struct Documentation

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