TiledArray::detail::is_integral_pair< T > Struct Template Reference
Inheritance diagram for TiledArray::detail::is_integral_pair< T >:
Collaboration diagram for TiledArray::detail::is_integral_pair< T >:
Documentation
template<class T>
struct TiledArray::detail::is_integral_pair< T >
- Template Parameters
-
T a type is_integral_pair<T>::value
is true ifT
is anstd::pair<T1,T2>
and bothstd::is_integral<T1>::value
andstd::is_integral<T2>::value
are true
Definition at line 905 of file type_traits.h.
The documentation for this struct was generated from the following file:
- TiledArray/type_traits.h