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

Class trash_obj

test/regressions.cpp:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65struct trash_obj {
66 int raw[3];
67
68 int operator()() {
69 return 12345;
70 }
71};
72
73template <typename T>
74struct no_allocate_allocator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected