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

Class property

include/function2/function2.hpp:198–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196/// A config which isn't compatible to other configs
197template <bool Throws, bool HasStrongExceptGuarantee, typename... Args>
198struct property {
199 // Is true when the function throws an exception on empty invocation.
200 static constexpr auto const is_throwing = Throws;
201
202 // Is true when the function throws an exception on empty invocation.
203 static constexpr auto const is_strong_exception_guaranteed =
204 HasStrongExceptGuarantee;
205};
206
207#ifndef NDEBUG
208[[noreturn]] inline void unreachable_debug() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected