MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / CheckKeyReturn

Class CheckKeyReturn

include/sonic/dom/parser.h:522–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520
521 template <typename T, typename = int>
522 struct CheckKeyReturn : std::false_type {};
523
524 template <typename T>
525 struct CheckKeyReturn<T, decltype((void)T::check_key_return, 0)>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected