MCPcopy Create free account
hub / github.com/boost-ext/ut / operator()

Method operator()

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

NOLINTNEXTLINE(hicpp-exception-baseclass)

Source from the content-addressed store, hash-verified

208struct test_throw {
209 // NOLINTNEXTLINE(hicpp-exception-baseclass)
210 auto operator()() -> void { throw 42; }
211};
212
213struct test_throw_runtime_error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected