| 
    QuickCppLib 0.10
    
   Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries! 
   | 
 
A just barely good enough C++ 14 emulation of monotonic_buffer_resource. More...
#include "memory_resource.hpp"
  
Public Member Functions | |
| monotonic_buffer_resource ()=default | |
| monotonic_buffer_resource (const monotonic_buffer_resource &)=delete | |
| monotonic_buffer_resource (void *buffer, size_t length) | |
| monotonic_buffer_resource & | operator= (const monotonic_buffer_resource &)=delete | 
| QUICKCPPLIB_NODISCARD void * | allocate (size_t bytes, size_t alignment=alignof(std::max_align_t)) | 
| void | deallocate (void *p, size_t bytes, size_t alignment=alignof(std::max_align_t)) | 
A just barely good enough C++ 14 emulation of monotonic_buffer_resource.
      
  | 
  default | 
      
  | 
  delete | 
      
  | 
  inline | 
      
  | 
  delete | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited |