struct ov::Allocator::Impl¶
template <>
struct Impl: public ov::Allocator::Base
{
// fields
A a;
// construction
template <>
Impl();
// methods
void \* addressof();
const std::type_info& type_info() const;
void \*const size_tconst size_t allocate(, );
voidvoid \*const size_tsize_t deallocate(, , );
boolconst Base& is_equal() const;
};