Project
Loading...
Searching...
No Matches
ThrowingResource Class Referencefinal

Inherits std::pmr::memory_resource.

Protected Member Functions

voiddo_allocate (size_t, size_t) final
 
void do_deallocate (void *, size_t, size_t) noexcept final
 
bool do_is_equal (const std::pmr::memory_resource &other) const noexcept final
 

Detailed Description

Definition at line 32 of file testBoundedMemoryResource.cxx.

Member Function Documentation

◆ do_allocate()

void * ThrowingResource::do_allocate ( size_t  ,
size_t   
)
inlinefinalprotected

Definition at line 35 of file testBoundedMemoryResource.cxx.

◆ do_deallocate()

void ThrowingResource::do_deallocate ( void ,
size_t  ,
size_t   
)
inlinefinalprotectednoexcept

Definition at line 39 of file testBoundedMemoryResource.cxx.

◆ do_is_equal()

bool ThrowingResource::do_is_equal ( const std::pmr::memory_resource other) const
inlinefinalprotectednoexcept

Definition at line 43 of file testBoundedMemoryResource.cxx.


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