mpqc::detail::has_provider< T > Struct Template Reference
Documentation
template<typename T>
struct mpqc::detail::has_provider< T >
has_provider<T>::value is true if T::Provider is a valid type
Static Public Member Functions | |
template<typename U > | |
static std::true_type | test (typename U::Provider *) |
template<typename U > | |
static std::false_type | test (...) |
Static Public Attributes | |
static constexpr const bool | value = decltype(test<T>(nullptr))::value |
Member Function Documentation
◆ test() [1/2]
template<typename T >
template<typename U >
|
static |
◆ test() [2/2]
template<typename T >
template<typename U >
|
static |
Member Data Documentation
◆ value
template<typename T >
|
staticconstexpr |
The documentation for this struct was generated from the following file:
- mpqc/util/misc/provider.h