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

Class accepts_all

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

Source from the content-addressed store, hash-verified

1404/// Deduces to a true_type if the type T provides all signatures
1405template <typename T, typename Signatures, typename = void>
1406struct accepts_all : std::false_type {};
1407template <typename T, typename... Signatures>
1408struct accepts_all<
1409 T, identity<Signatures...>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected