Searched defs:ConstexprIterator (Results 1 – 1 of 1) sorted by relevance
/llvm-project/libcxx/test/std/algorithms/ | ||
H A D | robust_against_proxy_iterators_lifetime_bugs.pass.cpp | 429 constexpr ConstexprIterator(int* ptr) : ptr_(ptr) {} in ConstexprIterator() function in ConstexprIterator |