35 #ifndef _BLAZE_MATH_TRAITS_SUBVECTOREXPRTRAIT_H_ 36 #define _BLAZE_MATH_TRAITS_SUBVECTOREXPRTRAIT_H_ 75 struct Failure {
using Type = INVALID_TYPE; };
81 struct Result {
using Type = decltype( subvector<AF>( std::declval<VT>()
82 , std::declval<size_t>()
83 , std::declval<size_t>() ) ); };
112 template<
typename VT
Evaluation of the expression type type of a subvector operation.Via this type trait it is possible to...
Definition: SubvectorExprTrait.h:70
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the If class template.
typename SubvectorExprTrait< VT, AF >::Type SubvectorExprTrait_
Auxiliary alias declaration for the SubvectorExprTrait type trait.The SubvectorExprTrait_ alias decla...
Definition: SubvectorExprTrait.h:114
Header file for the IsVector type trait.
Header file for all forward declarations for views.
Utility type for generic codes.
typename If< T1, T2, T3 >::Type If_
Auxiliary alias declaration for the If class template.The If_ alias declaration provides a convenient...
Definition: If.h:154
Header file for the RemoveReference type trait.