Searched refs:__non_propagating_cache (Results 1 – 2 of 2) sorted by relevance
44 class _LIBCPP_TEMPLATE_VIS __non_propagating_cache {48 _LIBCPP_HIDE_FROM_ABI __non_propagating_cache() = default;51 constexpr __non_propagating_cache(__non_propagating_cache const&) noexcept in __non_propagating_cache() function56 constexpr __non_propagating_cache(__non_propagating_cache&& __other) noexcept in __non_propagating_cache() function63 constexpr __non_propagating_cache& operator=(__non_propagating_cache const& __other) noexcept {71 constexpr __non_propagating_cache& operator=(__non_propagating_cache&& __other) noexcept {
49 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;