folly::bind::ext::named_bind_info_t

A bind_info_t extended with a compile-time identifier Tag.

Synopsis

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

Base Classes

NameDescription
Base

Member Functions

NameDescription
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.

Using Declarations

Name
Unnamed using