#include <catch_amalgamated.hpp>
Friends | |
template<typename T, std::enable_if_t<!capture_by_value< Detail::RemoveCVRef_t< T > >::value, int > = 0> | |
constexpr friend auto | operator<= (Decomposer &&, T &&lhs) -> ExprLhs< T const & > |
template<typename T, std::enable_if_t< capture_by_value< T >::value, int > = 0> | |
constexpr friend auto | operator<= (Decomposer &&, T value) -> ExprLhs< T > |
|
friend |
|
friend |