BloombergLP::bsltf::StdTestAllocator<void>

This specialization of StdTestAllocator for void type as the parameterized TYPE does not contain members that are unrepresentable for void.

Synopsis

Declared in <bsltf_stdtestallocator.h>

template<>
class StdTestAllocator<void>;

Types

NameDescription
rebind Provide a namespace for a rebound StdTestAllocator type.

Type Aliases

NameDescription
const_pointer Alias for a pointer to const void.
difference_type Alias for bsls::Types::IntPtr.
pointer Alias for a pointer to void.
size_type Alias for bsls::Types::UintPtr.
value_type Alias for the allocated void type.

Member Functions

NameDescription
StdTestAllocator [constructor]Constructors