MCPcopy Create free account
hub / github.com/Compaile/ctrack / Expression_lhs

Method Expression_lhs

test/doctest.h:1505–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1503 assertType::Enum m_at;
1504
1505 explicit Expression_lhs(L&& in, assertType::Enum at)
1506 : lhs(static_cast<L&&>(in))
1507 , m_at(at) {}
1508
1509 DOCTEST_NOINLINE operator Result() {
1510// this is needed only for MSVC 2015

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected