zookeeper-cpp
ZooKeeper Client for C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups
zk::strong_id< TReal, TId > Struct Template Reference

Base type for creating strong ID types. More...

#include <zk/types.hpp>

Public Types

using value_type = TId
 

Public Member Functions

constexpr strong_id (value_type val) noexcept
 
constexpr value_type get () const noexcept
 
constexpr operator value_type () noexcept
 
TReal & operator++ ()
 
TReal operator++ (int)
 
TReal & operator-- ()
 
TReal operator-- (int)
 

Public Attributes

value_type value
 

Detailed Description

template<typename TReal, typename TId>
struct zk::strong_id< TReal, TId >

Base type for creating strong ID types.

Definition at line 18 of file types.hpp.


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