Lumiera  0.pre.03
»edit your freedom«
AllocatorHandle< TY >::Allocation Struct Reference

Description

template<typename TY>
struct lib::AllocatorHandle< TY >::Allocation

Definition at line 83 of file allocator-handle.hpp.

Public Member Functions

TY & access ()
 
template<typename... ARGS>
TY & create (ARGS &&...args)
 
void discard ()
 

Public Attributes

std::byte buf_ [sizeof(TY)]
 

Member Function Documentation

◆ discard()

void discard ( )
inline
Warning
strong assumption made here: Payload was created

Definition at line 101 of file allocator-handle.hpp.

References lumiera_error().

+ Here is the call graph for this function:
+ Collaboration diagram for AllocatorHandle< TY >::Allocation:

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