The primary class template stores an object of non‐reference type given by the template parameter t_CALLBACK. (That is, the primary template provides the implementation only when t_IS_REFERENCE is false.)
Synopsis
Declared in <bslstl_stoptoken.h>
template<
class t_CALLBACK,
bool t_IS_REFERENCE = bsl::is_reference<t_CALLBACK>::value>
class StopCallback_CallbackStorage;
Type Aliases
Name |
Description |
Allocator type used when |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
|
Specializations
Name |
Description |
|
This partial specialization stores a reference to a callback. |
Derived Classes
Name |
Description |
This component‐private class is used to implement |
Created with MrDocs