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

Method operator <=

unittests/catch.hpp:1425–1427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1423 struct Decomposer {
1424 template<typename T>
1425 auto operator <= ( T const& lhs ) -> ExprLhs<T const&> {
1426 return ExprLhs<T const&>{ lhs };
1427 }
1428
1429 auto operator <=( bool value ) -> ExprLhs<bool> {
1430 return ExprLhs<bool>{ value };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected