|
Horizon
|
Friends | |
| template<typename T , std::enable_if_t<!std::is_arithmetic< std::remove_reference_t< T > >::value, int > = 0> | |
| auto | operator<= (Decomposer &&, T &&lhs) -> ExprLhs< T const & > |
| template<typename T , std::enable_if_t< std::is_arithmetic< T >::value, int > = 0> | |
| auto | operator<= (Decomposer &&, T value) -> ExprLhs< T > |