OpenCPN Partial API docs
Loading...
Searching...
No Matches
xml_memory_management_function_storage< T > Struct Template Reference

Static Public Attributes

static allocation_function allocate
 
static deallocation_function deallocate
 

Detailed Description

template<typename T>
struct xml_memory_management_function_storage< T >

Definition at line 196 of file pugixml.cpp.

Member Data Documentation

◆ allocate

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

Definition at line 197 of file pugixml.cpp.

◆ deallocate

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

Definition at line 198 of file pugixml.cpp.


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