Template Class ExprLhs

Class Documentation

template<typename LhsT>
class ExprLhs

Public Functions

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

Friends

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