Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.sentinel/
Dsized_sentinel_for.compile.pass.cpp62 inline constexpr bool std::disable_sized_sentinel_for<double_sized_sentinel, double*> = true; member in std
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Dconcepts.h125 inline constexpr bool disable_sized_sentinel_for = false; variable