userver: concurrent::FunctionId Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
concurrent::FunctionId Class Referencefinal

#include <userver/concurrent/async_event_source.hpp>

Classes

struct  Hash
 

Public Member Functions

template<typename Class >
 FunctionId (Class *obj)
 
 operator bool () const
 
bool operator== (const FunctionId &other) const
 

Detailed Description

Uniquely identifies a subscription (usually the callback method owner) for AsyncEventSource

Definition at line 37 of file async_event_source.hpp.

Constructor & Destructor Documentation

◆ FunctionId()

template<typename Class >
concurrent::FunctionId::FunctionId ( Class *  obj)
inlineexplicit

Definition at line 42 of file async_event_source.hpp.


The documentation for this class was generated from the following file: