tag_t tag
Declared in <folly/Traits.h>
template<typename...>
struct tag_t;
A generic type-list value type and value.
A type-list is a class template parameterized by a pack of types.
| Name | Description |
|---|---|
coro::tag_invoke | Customization point that builds an AsyncGenerator from a callable and args. |
coro::tag_invoke | Builds a Generator by invoking f with a... via co_invoke. |
coro::tag_invoke | Invokes a callable and wraps its awaited result in a Task. |
ext::curried_unsafe_mover_from_bases_and_members | Build a curried_unsafe_mover_t from a type's bases and member pointers. |