mpqc::utility::meta::can_construct< T, U > Class Template Reference
Documentation
template<typename T, typename ... U>
class mpqc::utility::meta::can_construct< T, U >
checks if T has a ctor that accepts U...
- Template Parameters
-
T a type whose ctors are checked U the arguments to the ctor
Static Public Attributes | |
static constexpr const bool | value = decltype(can_construct<T,U...>::__test<T,U...>(std::declval<U>()...))::value |
Member Data Documentation
◆ value
template<typename T , typename ... U>
|
staticconstexpr |
The documentation for this class was generated from the following file:
- mpqc/util/meta/predicates.h