MCPcopy Create free account
hub / github.com/Naios/function2 / OverloadedMethod

Method OverloadedMethod

test/overload-test.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11template <typename TestFixture>
12struct FunctionProvider {
13 bool OverloadedMethod(
14 typename TestFixture::template left_t<void(std::false_type)>) {
15 return false;
16 }
17
18 bool OverloadedMethod(
19 typename TestFixture::template left_t<void(std::true_type)>) {

Callers 1

TYPED_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected