19namespace seqan3::detail
36 requires std::is_object_v<T>
46 constexpr non_propagating_cache(non_propagating_cache
const &)
noexcept
50 constexpr non_propagating_cache(non_propagating_cache && other)
noexcept
56 constexpr non_propagating_cache &
operator=(non_propagating_cache
const & other)
noexcept
64 constexpr non_propagating_cache &
operator=(non_propagating_cache && other)
noexcept
73 constexpr T & emplace_deref(I
const & i)
74 requires requires (I
const & i) { T(*i); }