jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Public Member Functions | Public Attributes | List of all members
jau::uint192dp_t Struct Reference

A 196-bit packed uint8_t data array. More...

#include <int_types.hpp>

Collaboration diagram for jau::uint192dp_t:

Public Member Functions

constexpr uint192dp_t () noexcept
 
constexpr uint192dp_t (const uint192dp_t &o) noexcept=default
 
constexpr uint192dp_t (const uint8_t v[24]) noexcept
 
 uint192dp_t (uint192dp_t &&o) noexcept=default
 
void clear () noexcept
 
constexpr bool operator!= (uint192dp_t const &o) const noexcept
 
constexpr uint192dp_toperator= (const uint192dp_t &o) noexcept=default
 
uint192dp_toperator= (uint192dp_t &&o) noexcept=default
 
constexpr bool operator== (uint192dp_t const &o) const noexcept
 

Public Attributes

uint8_t data [24]
 

Detailed Description

A 196-bit packed uint8_t data array.

Examples
test_basictypeconv.cpp.

Definition at line 136 of file int_types.hpp.

Constructor & Destructor Documentation

◆ uint192dp_t() [1/4]

constexpr jau::uint192dp_t::uint192dp_t ( )
inlineconstexprnoexcept

Definition at line 136 of file int_types.hpp.

◆ uint192dp_t() [2/4]

constexpr jau::uint192dp_t::uint192dp_t ( const uint8_t  v[24])
inlineconstexprnoexcept

Definition at line 136 of file int_types.hpp.

◆ uint192dp_t() [3/4]

constexpr jau::uint192dp_t::uint192dp_t ( const uint192dp_t o)
constexprdefaultnoexcept

◆ uint192dp_t() [4/4]

jau::uint192dp_t::uint192dp_t ( uint192dp_t &&  o)
defaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

constexpr uint192dp_t & jau::uint192dp_t::operator= ( const uint192dp_t o)
constexprdefaultnoexcept

◆ operator=() [2/2]

uint192dp_t & jau::uint192dp_t::operator= ( uint192dp_t &&  o)
defaultnoexcept

◆ clear()

void jau::uint192dp_t::clear ( )
inlinenoexcept

Definition at line 136 of file int_types.hpp.

◆ operator==()

constexpr bool jau::uint192dp_t::operator== ( uint192dp_t const &  o) const
inlineconstexprnoexcept

Definition at line 136 of file int_types.hpp.

◆ operator!=()

constexpr bool jau::uint192dp_t::operator!= ( uint192dp_t const &  o) const
inlineconstexprnoexcept

Definition at line 136 of file int_types.hpp.

Member Data Documentation

◆ data

uint8_t jau::uint192dp_t::data[24]

Definition at line 136 of file int_types.hpp.


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