Base type for creating strong ID types.
More...
#include <zk/types.hpp>
|
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) |
|
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: