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

Class has_bool_op

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

Source from the content-addressed store, hash-verified

1436#else
1437template <typename T, typename = void>
1438struct has_bool_op : std::false_type {};
1439template <typename T>
1440struct has_bool_op<T, void_t<decltype(bool(std::declval<T>()))>>
1441 : std::true_type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected