libTriton version 1.0 build 1592
|
Public Member Functions | |
param_type (result_type p_a=(std::numeric_limits< result_type >::min)(), result_type p_b=(std::numeric_limits< result_type >::max)()) | |
param_type (const param_type &other_params) | |
param_type (param_type &&other_params) noexcept | |
auto | operator= (const param_type &other_params) -> param_type & |
auto | operator= (param_type &&other_params) noexcept -> param_type & |
WIDE_INTEGER_NODISCARD constexpr auto | get_a () const -> result_type |
WIDE_INTEGER_NODISCARD constexpr auto | get_b () const -> result_type |
void | set_a (const result_type &p_a) |
void | set_b (const result_type &p_b) |
Friends | |
constexpr auto | operator== (const param_type &lhs, const param_type &rhs) -> bool |
constexpr auto | operator!= (const param_type &lhs, const param_type &rhs) -> bool |
Definition at line 5386 of file uintwide_t.h.
|
inlineexplicit |
Definition at line 5389 of file uintwide_t.h.
|
inline |
Definition at line 5396 of file uintwide_t.h.
|
inlinenoexcept |
Definition at line 5399 of file uintwide_t.h.
|
inlineconstexpr |
Definition at line 5421 of file uintwide_t.h.
|
inlineconstexpr |
Definition at line 5422 of file uintwide_t.h.
|
inline |
Definition at line 5402 of file uintwide_t.h.
|
inlinenoexcept |
Definition at line 5413 of file uintwide_t.h.
|
inline |
Definition at line 5424 of file uintwide_t.h.
|
inline |
Definition at line 5425 of file uintwide_t.h.
|
friend |
Definition at line 5438 of file uintwide_t.h.
|
friend |
Definition at line 5431 of file uintwide_t.h.