7namespace di::util::detail {
19 template<concepts::MoveConstructible T>
20 static void operator()(T value) {
21 auto slot = Union<T> {};
Definition any_storable.h:9
constexpr auto unsafe_forget
Steal ownership of an object and do not its destructor.
Definition unsafe_forget.h:32
constexpr auto construct_at
Definition construct_at.h:35