Template Numerical Library version\ main:9e7b0f4
Loading...
Searching...
No Matches
TNL::Containers::Expressions::OperandMemberType< R, Enable > Struct Template Reference

Public Types

using type

Member Typedef Documentation

◆ type

template<typename R, typename Enable = void>
using TNL::Containers::Expressions::OperandMemberType< R, Enable >::type
Initial value:
std::conditional_t< std::is_fundamental_v< R >,
std::add_const_t< std::remove_reference_t< R > >,
std::add_lvalue_reference_t< std::add_const_t< R > > >

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