3.1.3. raw_ptr.hpp¶
Full path: allocator/raw_ptr.hpp
-
template<typename
Perm
>
classraw_ptr_allocator
¶ An
Allocator
than usesnew
anddelete
for allocating permutations.-
explicit
raw_ptr_allocator
(std::size_t n)¶ Construct an allocator that allocates permutations of degree
n
.
-
std::size_t
degree
() const¶
-
void
release
(const_pointer p)¶ Does
delete p
.
-
explicit