Generated on Tue Mar 24 2020 14:04:04 for Gecode by doxygen 1.8.17
Gecode::region_allocator< void > Struct Reference

Region allocator - specialization for void. More...

#include <allocators.hpp>

Classes

struct  rebind
 Rebinding helper (returns the type of a similar allocator for type U) More...
 

Public Types

typedef void * pointer
 
typedef void value_type
 

Public Attributes

const typedef void * const_pointer
 

Detailed Description

Region allocator - specialization for void.

The specialization is needed as the default instantiation fails for void.

Definition at line 319 of file allocators.hpp.

Member Typedef Documentation

◆ pointer

typedef void* Gecode::region_allocator< void >::pointer

Definition at line 320 of file allocators.hpp.

◆ value_type

typedef void Gecode::region_allocator< void >::value_type

Definition at line 322 of file allocators.hpp.

Member Data Documentation

◆ const_pointer

const typedef void* Gecode::region_allocator< void >::const_pointer

Definition at line 321 of file allocators.hpp.


The documentation for this struct was generated from the following file: