Home
last modified time | relevance | path

Searched refs:__non_propagating_cache (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/
H A Dnon_propagating_cache.h44 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() function
56 constexpr __non_propagating_cache(__non_propagating_cache&& __other) noexcept in __non_propagating_cache() function
63 constexpr __non_propagating_cache& operator=(__non_propagating_cache const& __other) noexcept {
71 constexpr __non_propagating_cache& operator=(__non_propagating_cache&& __other) noexcept {
H A Ddrop_view.h49 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;