Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dmove_sentinel.h42 _LIBCPP_HIDE_FROM_ABI constexpr move_sentinel& operator=(const move_sentinel<_S2>& __s) { in move_sentinel() function
37 explicit move_sentinel(_Sent __s) : __last_(std::move(__s)) {} move_sentinel() function