Searched defs:move_sentinel (Results 1 – 1 of 1) sorted by relevance
42 _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