Template Struct is_complete< T, bool_constant< sizeof(T)==sizeof(T)> >

Inheritance Relationships

Base Type

Struct Documentation

template<typename T>
struct is_complete<T, bool_constant<sizeof(T) == sizeof(T)>> : public proxsuite::linalg::veg::meta::constant<true>