Home
last modified time | relevance | path

Searched refs:nonesuch (Results 1 - 4 of 4) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
H A Ddetected.hpp20 struct nonesuch struct
22 nonesuch() = delete;
23 ~nonesuch() = delete;
24 nonesuch(nonesuch const&) = delete;
25 nonesuch(nonesuch const&&) = delete;
26 void operator=(nonesuch const&) = delete;
27 void operator=(nonesuch&&) = delete;
48 using is_detected = typename detector<nonesuch, voi
[all...]
H A Dtype_traits.hpp271 static constexpr bool value = !std::is_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin;
302 // macOS's is_constructible does not play well with nonesuch...
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp2252 struct nonesuch struct
2254 nonesuch() = delete;
2255 ~nonesuch() = delete;
2256 nonesuch(nonesuch const&) = delete;
2257 nonesuch(nonesuch const&&) = delete;
2258 void operator=(nonesuch const&) = delete;
2259 void operator=(nonesuch&&) = delete;
2280 using is_detected = typename detector<nonesuch, voi
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp264 struct nonesuch struct
266 nonesuch() = delete;
267 ~nonesuch() = delete;
268 nonesuch(nonesuch const&) = delete;
269 nonesuch(nonesuch const&&) = delete;
270 void operator=(nonesuch const&) = delete;
271 void operator=(nonesuch&&) = delete;
292 using is_detected = typename detector<nonesuch, voi
[all...]

Completed in 16 milliseconds