Searched defs:is_constructible_patched (Results 1 – 1 of 1) sorted by relevance
786 struct is_constructible_patched : std::false_type {}; struct789 struct is_constructible_patched<T, decltype(void(json(std::declval<T>())))> : std::true_type {}; struct