|
libcopp 2.3.1
|
#include <memory>#include "libcopp/utils/config/compile_optimize.h"#include "libcopp/utils/config/libcopp_build_features.h"#include "libcopp/utils/nostd/type_traits.h"

Go to the source code of this file.
Data Structures | |
| struct | memory::allocated_ptr< Alloc > |
| Non-standard RAII type for managing pointers obtained from allocators. More... | |
Namespaces | |
| namespace | memory |
Functions | |
| template<class Alloc > | |
| LIBCOPP_UTIL_SYMBOL_VISIBLE allocated_ptr< Alloc > | memory::allocate_guarded (Alloc &a) |
| Allocate space for a single object using a. | |