Home
last modified time | relevance | path

Searched defs:is_constructible_patched (Results 1 – 1 of 1) sorted by relevance

/third_party/json/tests/src/
Dunit-udt.cpp786 struct is_constructible_patched : std::false_type {}; struct
789 struct is_constructible_patched<T, decltype(void(json(std::declval<T>())))> : std::true_type {}; struct