Template Struct is_constructible

Inheritance Relationships

Base Type

  • public std::is_constructible< T, Args... >

Struct Documentation

template<typename T, typename ...Args>
struct is_constructible : public std::is_constructible<T, Args...>