MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / Expression_lhs

Method Expression_lhs

Tests/Doctest/Include/doctest.h:1504–1506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected