delegate#
Fully qualified name: carb::delegate
- 
namespace delegate#
 Namespace for Carbonite delegate implementation.
Classes#
- Delegate
 - Delegate< void(Args…)>
 Implements a thread-safe callback system that can have multiple subscribers.
- DelegateRef
 - DelegateRef< void(Args…)>
 Holds a reference to a Delegate .
Namespaces#
- detail
 Detail implementation.
Structs#
- RefFromDelegate
 A helper class for determining the type of a carb::delegate::DelegateRef based on a carb::delegate::Delegate .
Typedefs#
- RefFromDelegate_t
 Definition helper for
RefFromDelegate<Del>::type