mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
Loading...
Searching...
No Matches
mrs_lib::internal::CoroutineDestroyer< T > Struct Template Reference

Deleter for std::unique_ptr that stores a coroutine handle. More...

#include <task.hpp>

Public Types

using pointer = std::coroutine_handle< T >
 

Public Member Functions

void operator() (std::coroutine_handle< T > handle)
 

Detailed Description

template<typename T>
struct mrs_lib::internal::CoroutineDestroyer< T >

Deleter for std::unique_ptr that stores a coroutine handle.


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