MCPcopy Create free account
hub / github.com/Profactor/cv-plot / ExprLhs

Method ExprLhs

CvPlot/ext/catch2/inc/catch.hpp:2311–2311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2309 LhsT m_lhs;
2310 public:
2311 explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {}
2312
2313 template<typename RhsT>
2314 auto operator == ( RhsT const& rhs ) -> BinaryExpr<LhsT, RhsT const&> const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected