Struct Decomposer

Struct Documentation

struct Decomposer

Friends

template<typename T, std::enable_if_t<!capture_by_value< Detail::RemoveCVRef_t< T > >::value, int > = 0> inline friend constexpr friend auto operator<= (Decomposer &&, T &&lhs) -> ExprLhs< T const & >
template<typename T, std::enable_if_t< capture_by_value< T >::value, int > = 0> inline friend constexpr friend auto operator<= (Decomposer &&, T value) -> ExprLhs< T >