iterative-solver 0.0
molpro::linalg::array::array_family< T, bool, bool, bool, bool > Struct Template Reference

Deduces which family an array type belongs to. More...

#include <type_traits.h>

Detailed Description

template<class T, bool = is_iterable_v<T>, bool = is_sparse_v<T>, bool = is_distributed_v<T>, bool = is_disk_v<T>>
struct molpro::linalg::array::array_family< T, bool, bool, bool, bool >

Deduces which family an array type belongs to.

Public Member Functions

constexpr auto value ()
 

Member Function Documentation

◆ value()

template<class T , bool = is_iterable_v<T>, bool = is_sparse_v<T>, bool = is_distributed_v<T>, bool = is_disk_v<T>>
constexpr auto molpro::linalg::array::array_family< T, bool, bool, bool, bool >::value ( )
inlineconstexpr