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

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

#include <int_types.hpp>

Collaboration diagram for jau::uint256dp_t:

Public Member Functions

constexpr uint256dp_t () noexcept
 
constexpr uint256dp_t (const uint256dp_t &o) noexcept=default
 
constexpr uint256dp_t (const uint8_t v[32]) noexcept
 
 uint256dp_t (uint256dp_t &&o) noexcept=default
 
void clear () noexcept
 
constexpr bool operator!= (uint256dp_t const &o) const noexcept
 
constexpr uint256dp_toperator= (const uint256dp_t &o) noexcept=default
 
uint256dp_toperator= (uint256dp_t &&o) noexcept=default
 
constexpr bool operator== (uint256dp_t const &o) const noexcept
 

Public Attributes

uint8_t data [32]
 

Detailed Description

A 256-bit packed uint8_t data array.

Examples
test_basictypeconv.cpp.

Definition at line 158 of file int_types.hpp.

Constructor & Destructor Documentation

◆ uint256dp_t() [1/4]

constexpr jau::uint256dp_t::uint256dp_t ( )
inlineconstexprnoexcept

Definition at line 158 of file int_types.hpp.

◆ uint256dp_t() [2/4]

constexpr jau::uint256dp_t::uint256dp_t ( const uint8_t  v[32])
inlineconstexprnoexcept

Definition at line 158 of file int_types.hpp.

◆ uint256dp_t() [3/4]

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

◆ uint256dp_t() [4/4]

jau::uint256dp_t::uint256dp_t ( uint256dp_t &&  o)
defaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ clear()

void jau::uint256dp_t::clear ( )
inlinenoexcept

Definition at line 158 of file int_types.hpp.

◆ operator==()

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

Definition at line 158 of file int_types.hpp.

◆ operator!=()

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

Definition at line 158 of file int_types.hpp.

Member Data Documentation

◆ data

uint8_t jau::uint256dp_t::data[32]

Definition at line 158 of file int_types.hpp.


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