MCPcopy Create free account
hub / github.com/cirquit/trdrop / captureExpression

Method captureExpression

ext/catch.hpp:1818–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1816private:
1817 template<Internal::Operator Op, typename RhsT>
1818 BinaryExpression<T, Op, RhsT&> captureExpression( RhsT& rhs ) const {
1819 return BinaryExpression<T, Op, RhsT&>( m_rb, m_lhs, rhs );
1820 }
1821
1822 template<Internal::Operator Op>
1823 BinaryExpression<T, Op, bool> captureExpression( bool rhs ) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected