HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Data Structures | Public Member Functions | Static Public Member Functions
v1::generator< T, Allocator >::promise_type Class Reference

Data Structures

struct  allocator_info
 

Public Member Functions

void operator delete (void *ptr)
 
template<typename... Args>
void * operator new (std::size_t size, Args &&...args)
 
generator get_return_object ()
 
value_type const & value ()
 
std::suspend_always yield_value (value_type const &value) noexcept
 
std::suspend_always yield_value (value_type &&value) noexcept
 
void return_void () noexcept
 
void await_transform ()=delete
 

Static Public Member Functions

static void * simple_new (std::size_t size)
 
static void * allocator_new (std::size_t size, allocator_type &allocator)
 
static std::suspend_always initial_suspend () noexcept
 
static std::suspend_always final_suspend () noexcept
 
static void unhandled_exception ()
 

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