Bitcoin Core  29.1.0
P2P Digital Currency
Public Attributes | List of all members
util::detail::Hex< N > Struct Template Reference

#include <strencodings.h>

Public Attributes

std::array< std::byte, N/2 > bytes {}
 

Detailed Description

template<size_t N>
struct util::detail::Hex< N >

Definition at line 382 of file strencodings.h.

Member Data Documentation

◆ bytes

template<size_t N>
std::array<std::byte, N / 2> util::detail::Hex< N >::bytes {}

Definition at line 383 of file strencodings.h.


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