Template Struct UniqueResource::Wrap< T & >#
Defined in File UniqueResource.h
Nested Relationships#
This struct is a nested type of Template Class UniqueResource.
Struct Documentation#
-
template<typename T>
struct Wrap<T&># Public Functions
-
template<typename U>
constexpr Wrap(U&&) noexcept(std::is_nothrow_constructible_v<std::reference_wrapper<T>, U>)#
-
template<typename U, typename Deleter2>
inline constexpr Wrap(U &&r, Deleter2 &&d) noexcept(std::is_nothrow_constructible_v<std::reference_wrapper<T>, U>)#
-
constexpr ~Wrap() = default#
-
template<typename U>