libER 0.1.4.2
ELDEN RING API library
|
from::unique_ptr based on std::unique_ptr More...
#include <concepts>
#include <memory/from_allocator.hpp>
#include <memory/from_delay_delete.hpp>
#include <memory>
Go to the source code of this file.
Typedefs | |
template<typename T > | |
using | from::unique_ptr = std::unique_ptr< T, from::delay_delete< T > > |
std::unique_ptr with from::allocator and from::delay_delete. | |
Functions | |
template<typename T , typename... Args> | |
from::unique_ptr< T > | from::make_unique (Args &&... args) |
from::unique_ptr make_unique implementation | |
from::unique_ptr based on std::unique_ptr
Copyright 2024 libER ELDEN RING API library
from::unique_ptr< T > from::make_unique | ( | Args &&... | args | ) |
from::unique_ptr make_unique implementation
Uses a delay deleter from::delay_delete.
T | type to point to |
args | type constructor arguments |