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

Function unreachable_debug

include/function2/function2.hpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207#ifndef NDEBUG
208[[noreturn]] inline void unreachable_debug() {
209 FU2_DETAIL_TRAP();
210 std::abort();
211}
212#endif
213
214/// Provides utilities for invocing callable objects

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected