Malloy
Loading...
Searching...
No Matches
Core Concepts

const_buffer_sequence

alias for boost::asio::is_const_buffer_sequence

dynamic_buffer

alias for boost::asio::is_dynamic_buffer

async_read_handler

Handler type that has malloy::error_code and std::size_t as its
parameters

accept_handler

Handler type that has malloy::error_code as its only parameter

is_variant

Requires that a type be a std::variant<...>

<T, Container<Ts...>, Cond<P>

Satisfied if T is a of type Container with elements that all satisfied Cond where Cond is a predicate with
compile time accessible value field that is static_cast'able to bool and true if satisfied.