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

Function returnFalse

test/function2-test.hpp:23–25  ·  view source on GitHub ↗

A function which always returns false

Source from the content-addressed store, hash-verified

21}
22/// A function which always returns false
23constexpr bool returnFalse() noexcept {
24 return false;
25}
26
27template <typename Fn, bool Copyable, std::size_t Capacity, bool Throwing,
28 bool Owning, typename... Additional>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected