Template Struct ReturnTypeHelper< vectorDetail::UnaryVecOp< Val, Op > >#

Struct Documentation#

template<typename Val, typename Op>
struct ReturnTypeHelper<vectorDetail::UnaryVecOp<Val, Op>>#

Public Types

using IntermediateType = vectorDetail::UnaryVecOp<Val, Op>#
using Type = decltype(std::declval<IntermediateType>().eval())#