mu
t
able
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
m
is_allocator
m::is_allocator Concept Reference
#include <
allocator_base.hpp
>
Concept definition
template
<
typename
T>
concept
m::is_allocator
=
requires
(
T
t,
size_t
size,
size_t
alignment,
void
*ptr) {
{ t.allocate(size, alignment) } -> std::same_as<void*>;
{ t.deallocate(ptr, size) } -> std::same_as<void>;
}
m::is_allocator
Definition:
allocator_base.hpp:11
m::T
T(x)
Detailed Description
Definition at line
11
of file
allocator_base.hpp
.
mu
t
able website
GitHub
Generated by
1.9.6