CARLA
Static Public Attributes | List of all members
xml_memory_management_function_storage< T > Struct Template Reference
+ Collaboration diagram for xml_memory_management_function_storage< T >:

Static Public Attributes

static allocation_function allocate = default_allocate
 
static deallocation_function deallocate = default_deallocate
 

Detailed Description

template<typename T>
struct xml_memory_management_function_storage< T >

Definition at line 201 of file pugixml.cpp.

Member Data Documentation

◆ allocate

template<typename T >
allocation_function xml_memory_management_function_storage< T >::allocate = default_allocate
static

◆ deallocate

template<typename T >
deallocation_function xml_memory_management_function_storage< T >::deallocate = default_deallocate
static

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