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

#include <strencodings.h>

Public Member Functions

consteval Hex (const char(&hex_str)[N])
 

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.

Constructor & Destructor Documentation

◆ Hex()

template<size_t N>
consteval util::detail::Hex< N >::Hex ( const char(&)  hex_str[N])
inline

Definition at line 384 of file strencodings.h.

Here is the call graph for this function:

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: