DiSMEC++
|
Strong typedef for an int to signify a (core of a) cpu. More...
#include <thread_id.h>
Private Member Functions | |
constexpr | opaque_int_type (T v) noexcept |
! Explicit constructor from an underlying int. More... | |
Additional Inherited Members | |
![]() | |
constexpr | opaque_int_type (std::int_fast32_t v) noexcept |
! Explicit constructor from an underlying int. More... | |
constexpr std::int_fast32_t | to_index () const |
! Explicitly convert to an integer. More... | |
![]() | |
std::int_fast32_t | m_Value |
Strong typedef for an int to signify a (core of a) cpu.
Definition at line 34 of file thread_id.h.
|
inlineexplicitconstexprprivatenoexcept |
! Explicit constructor from an underlying int.
Definition at line 29 of file opaque_int.h.