join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::BasicAsyncOpTraits< Ops > Struct Template Reference

asynchronous operation traits. More...

#include <async_operation.hpp>

Static Public Attributes

static constexpr size_t maxSize = std::max ({sizeof (Ops)...})
 size of the largest asynchronous operation.
 

Detailed Description

template<class... Ops>
struct join::BasicAsyncOpTraits< Ops >

asynchronous operation traits.

Member Data Documentation

◆ maxSize

template<class... Ops>
size_t join::BasicAsyncOpTraits< Ops >::maxSize = std::max ({sizeof (Ops)...})
staticconstexpr

size of the largest asynchronous operation.


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