PlayRho  2.0.0
An interactive physics engine & library.
playrho::BlockDeallocator Struct Reference

Block deallocator. More...

#include <playrho/BlockAllocator.hpp>

Collaboration diagram for playrho::BlockDeallocator:
[legend]

Public Types

using size_type = BlockAllocator::size_type
 Size type.
 

Public Member Functions

constexpr BlockDeallocator (BlockAllocator *a, size_type n) noexcept
 Initializing constructor.
 
void operator() (void *p) const noexcept
 Default operator.
 

Public Attributes

BlockAllocatorallocator = nullptr
 Allocator pointer.
 
size_type nelem = 0u
 Number of elements.
 

Detailed Description

Block deallocator.


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