MCPcopy Create free account
hub / github.com/boostorg/stacktrace / test_struct

Class test_struct

test/test_void_ptr_cast.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12void foo2_func(int, int, ...) {}
13
14struct test_struct {
15 int foo1_memb(int) const { return 0; }
16 void foo2_memb(int, int, ...) {}
17};
18
19template <class F1, class F2>
20void test(F1 foo1, F2 foo2) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected