MCPcopy Create free account
hub / github.com/boost-ext/ut / value

Method value

test/ut/ut.cpp:47–47  ·  view source on GitHub ↗

NOLINTNEXTLINE(readability-convert-member-functions-to-static)

Source from the content-addressed store, hash-verified

45struct public_member_function_value {
46 // NOLINTNEXTLINE(readability-convert-member-functions-to-static)
47 int value() const { return 0; }
48};
49
50struct public_static_member_function_value {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected