Template Class ExprLhs

Class Documentation

template<typename LhsT>
class ExprLhs

Public Functions

inline explicit ExprLhs(LhsT lhs)
inline auto makeUnaryExpr() const -> UnaryExpr<LhsT>

Friends

template<typename RhsT>
inline friend auto operator&&(ExprLhs&&, RhsT&&) -> BinaryExpr<LhsT, RhsT const&>
template<typename RhsT>
inline friend auto operator||(ExprLhs&&, RhsT&&) -> BinaryExpr<LhsT, RhsT const&>