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

Method no_strong_except

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

Source from the content-addressed store, hash-verified

144
145struct no_strong_except {
146 no_strong_except() = default;
147 ~no_strong_except() noexcept(false) {
148 }
149 no_strong_except(no_strong_except&&) noexcept(false) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected