A bind_info_t extended with a compile-time identifier Tag.
Declared in <folly/lang/bind/Named.h>
template<
auto Tag,
std::derived_from<folly::bind::ext::bind_info_t> Base>
struct named_bind_info_t
: Base
| Name | Description |
|---|---|
Base |
| Name | Description |
|---|---|
named_bind_info_t [constructor] | Construct from a Base binding info, adding the identifier tag. |
as_base | Access this object as its Base bind_info_t slice. |
| Name |
|---|
Unnamed using |