FflasFfpack
has_operation< T > Struct Template Reference

#include <sparse_matrix_traits.h>

Static Public Attributes

static constexpr bool value
 

Field Documentation

◆ value

template<class T>
bool value
staticconstexpr
Initial value:
typename std::conditional< std::is_arithmetic< T >::value, std::true_type, has_plus_impl< T > >::type has_plus
Definition sparse_matrix_traits.h:308
typename std::conditional< std::is_arithmetic< T >::value, std::true_type, has_mul_eq_impl< T > >::type has_mul_eq
Definition sparse_matrix_traits.h:326
typename std::conditional< std::is_arithmetic< T >::value, std::true_type, has_minus_impl< T > >::type has_minus
Definition sparse_matrix_traits.h:311
typename std::conditional< std::is_arithmetic< T >::value, std::true_type, has_mul_impl< T > >::type has_mul
Definition sparse_matrix_traits.h:323
typename std::conditional< std::is_arithmetic< T >::value, std::true_type, has_minus_eq_impl< T > >::type has_minus_eq
Definition sparse_matrix_traits.h:320
typename std::conditional< std::is_arithmetic< T >::value, std::true_type, std::is_copy_assignable< T > >::type has_equal
Definition sparse_matrix_traits.h:314
typename std::conditional< std::is_arithmetic< T >::value, std::true_type, has_plus_eq_impl< T > >::type has_plus_eq
Definition sparse_matrix_traits.h:317

The documentation for this struct was generated from the following file: