Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 341 of file strencodings.h.

Constructor & Destructor Documentation

◆ Hex()

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

Definition at line 343 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 342 of file strencodings.h.


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