MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator <=

Method operator <=

unittests/catch.hpp:1407–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405 }
1406 template<typename RhsT>
1407 auto operator <= ( RhsT const& rhs ) -> BinaryExpr<LhsT, RhsT const&> const {
1408 return { static_cast<bool>(m_lhs <= rhs), m_lhs, "<=", rhs };
1409 }
1410
1411 auto makeUnaryExpr() const -> UnaryExpr<LhsT> {
1412 return UnaryExpr<LhsT>{ m_lhs };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected