Template Numerical Library version\ main:bb09b17
|
Public Types | |
using | RealType = decltype( Operation{}( std::declval< T1 >()[ 0 ] ) ) |
using | ValueType = RealType |
using | VectorOperandType = T1 |
Static Public Member Functions | |
static constexpr int | getSize () |
Protected Attributes | |
OperandMemberType< T1 >::type | operand |