MCPcopy Create free account
hub / github.com/ThePhD/sol2 / noexcept_function

Method noexcept_function

tests/exceptions/source/functions.noexcept.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30 struct T {
31 static int noexcept_function() noexcept {
32 return 0x61;
33 }
34
35 int noexcept_method() noexcept {
36 return 0x62;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected