11 concept MemberToOwned =
requires(T&& value) { util::forward<T>(value).to_owned(); };
16 constexpr auto operator()(T&& value)
const {
20 return util::forward<T>(value).to_owned();
28template<
typename Self,
typename T>
34 template<concepts::RemoveCVRefSameAs<Self> This>
Definition tag_invoke.h:33
constexpr tag_invoke_detail::TagInvokeFn tag_invoke
Definition tag_invoke.h:22
di::meta::Decay< decltype(T)> Tag
Definition tag_invoke.h:28
constexpr auto to_owned
Definition to_owned.h:26
constexpr auto create(Args &&... args)
Definition create.h:21
Definition zstring_parser.h:9
constexpr auto to_owned() const
Definition to_owned.h:31
constexpr friend auto tag_invoke(types::Tag< util::to_owned >, This &&self)
Definition to_owned.h:35