Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Allocators::Growth_Exponential< multiplier, divisor > Struct Template Reference

#include <allocator_policies.h>

Public Member Functions

size_t operator() (size_t oldSize) const
 

Detailed Description

template<size_t multiplier = 21, size_t divisor = 16>
struct Allocators::Growth_Exponential< multiplier, divisor >

Definition at line 62 of file allocator_policies.h.

Member Function Documentation

template<size_t multiplier = 21, size_t divisor = 16>
size_t Allocators::Growth_Exponential< multiplier, divisor >::operator() ( size_t  oldSize) const
inline

Definition at line 64 of file allocator_policies.h.


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