folly::tag_t

tag_t tag

Synopsis

Declared in <folly/Traits.h>

template<typename...>
struct tag_t;

Description

A generic type-list value type and value.

A type-list is a class template parameterized by a pack of types.

Non-Member Functions

NameDescription
coro::tag_invokeCustomization point that builds an AsyncGenerator from a callable and args.
coro::tag_invokeBuilds a Generator by invoking f with a... via co_invoke.
coro::tag_invokeInvokes a callable and wraps its awaited result in a Task.
ext::curried_unsafe_mover_from_bases_and_membersBuild a curried_unsafe_mover_t from a type's bases and member pointers.