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

Class use_bool_op

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

Source from the content-addressed store, hash-verified

1413#if defined(FU2_HAS_NO_EMPTY_PROPAGATION)
1414template <typename T>
1415struct use_bool_op : std::false_type {};
1416#elif defined(FU2_HAS_LIMITED_EMPTY_PROPAGATION)
1417/// Implementation for use_bool_op based on the behaviour of std::function,
1418/// propagating empty state for pointers, `std::function` and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected