Template Struct traits< if_then_else_impl< LhsType, RhsType, return_type, return_type > >

Struct Documentation

template<typename LhsType, typename RhsType, typename return_type>
struct traits<if_then_else_impl<LhsType, RhsType, return_type, return_type>>

Template specialization for similar return types;.

Public Types

typedef return_type ReturnType