Template Struct has_id_object< T, std::void_t< decltype(std::declval< T >, ().id) > >

Inheritance Relationships

Base Type

  • public std::true_type

Struct Documentation

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