libTriton version 1.0 build 1592
|
Public Types | |
using | size_type = size_t |
using | value_type = typename base_class_type::value_type |
Public Member Functions | |
WIDE_INTEGER_CONSTEXPR | fixed_static_array (const size_type s, const value_type &v=value_type()) |
WIDE_INTEGER_CONSTEXPR | fixed_static_array (const fixed_static_array &)=default |
WIDE_INTEGER_CONSTEXPR | fixed_static_array (fixed_static_array &&) noexcept=default |
WIDE_INTEGER_CONSTEXPR | fixed_static_array (std::initializer_list< typename base_class_type::value_type > lst) |
WIDE_INTEGER_CONSTEXPR auto | operator= (const fixed_static_array &other_array) -> fixed_static_array &=default |
WIDE_INTEGER_CONSTEXPR auto | operator= (fixed_static_array &&other_array) noexcept -> fixed_static_array &=default |
WIDE_INTEGER_CONSTEXPR auto | operator[] (const size_type i) -> typename base_class_type::reference |
WIDE_INTEGER_CONSTEXPR auto | operator[] (const size_type i) const -> typename base_class_type::const_reference |
Static Public Member Functions | |
static constexpr auto | static_size () -> size_type |
Definition at line 944 of file uintwide_t.h.
using math::wide_integer::detail::fixed_static_array< MyType, MySize >::size_type = size_t |
Definition at line 950 of file uintwide_t.h.
using math::wide_integer::detail::fixed_static_array< MyType, MySize >::value_type = typename base_class_type::value_type |
Definition at line 951 of file uintwide_t.h.
|
inlineexplicit |
Definition at line 957 of file uintwide_t.h.
|
inline |
Definition at line 974 of file uintwide_t.h.
|
inline |
Definition at line 1003 of file uintwide_t.h.
|
inline |
Definition at line 1004 of file uintwide_t.h.
|
inlinestaticconstexpr |
Definition at line 953 of file uintwide_t.h.