actor-framework
Related Functions | List of all members
caf::typed_actor<... > Class Template Reference

Related Functions

(Note that these are not member functions.)

template<class... Xs, class... Ys>
bool operator== (const typed_actor< Xs... > &x, const typed_actor< Ys... > &y) noexcept
 
template<class... Xs, class... Ys>
bool operator!= (const typed_actor< Xs... > &x, const typed_actor< Ys... > &y) noexcept
 
template<class... Xs>
bool operator== (const typed_actor< Xs... > &x, std::nullptr_t) noexcept
 
template<class... Xs>
bool operator== (std::nullptr_t, const typed_actor< Xs... > &x) noexcept
 
template<class... Xs>
bool operator!= (const typed_actor< Xs... > &x, std::nullptr_t) noexcept
 
template<class... Xs>
bool operator!= (std::nullptr_t, const typed_actor< Xs... > &x) noexcept
 

Friends And Related Function Documentation

◆ operator!=() [1/3]

template<class... Xs, class... Ys>
bool operator!= ( const typed_actor< Xs... > &  x,
const typed_actor< Ys... > &  y 
)
related

◆ operator!=() [2/3]

template<class... Xs>
bool operator!= ( const typed_actor< Xs... > &  x,
std::nullptr_t   
)
related

◆ operator!=() [3/3]

template<class... Xs>
bool operator!= ( std::nullptr_t  ,
const typed_actor< Xs... > &  x 
)
related

◆ operator==() [1/3]

template<class... Xs, class... Ys>
bool operator== ( const typed_actor< Xs... > &  x,
const typed_actor< Ys... > &  y 
)
related

◆ operator==() [2/3]

template<class... Xs>
bool operator== ( const typed_actor< Xs... > &  x,
std::nullptr_t   
)
related

◆ operator==() [3/3]

template<class... Xs>
bool operator== ( std::nullptr_t  ,
const typed_actor< Xs... > &  x 
)
related

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