MCPcopy Create free account
hub / github.com/Thalhammer/jwt-cpp / detector

Class detector

include/jwt-cpp/jwt.h:2344–2347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2342 // https://en.cppreference.com/w/cpp/experimental/is_detected
2343 template<class Default, class AlwaysVoid, template<class...> class Op, class... Args>
2344 struct detector {
2345 using value = std::false_type;
2346 using type = Default;
2347 };
2348
2349 template<class Default, template<class...> class Op, class... Args>
2350 struct detector<Default, void_t<Op<Args...>>, Op, Args...> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected