| 
    qxLib
    
   | 
 
The token is used for distributed access to a unique object in the pool. More...
#include <unique_objects_pool.h>
Public Member Functions | |
| bool | is_valid () const noexcept | 
| Is this token have been set (not default)  More... | |
| operator bool () const noexcept | |
| Same as is_valid()  More... | |
The token is used for distributed access to a unique object in the pool.
Class is thread safe
Definition at line 75 of file unique_objects_pool.h.
      
  | 
  inlinenoexcept | 
Is this token have been set (not default)
| - | true if this object is valid | 
Definition at line 55 of file unique_objects_pool.inl.
      
  | 
  inlineexplicitnoexcept | 
Same as is_valid()
| - | true if this object is valid | 
Definition at line 61 of file unique_objects_pool.inl.