ipfs-chromium
Public Types | Static Public Attributes | List of all members
multibase::traits< encoding::base_16 > Struct Reference
Collaboration diagram for multibase::traits< encoding::base_16 >:
Collaboration graph
[legend]

Public Types

using execution_style = algorithm::block_tag
 

Static Public Attributes

constexpr static const std::array< char, 16 > charset
 
constexpr static const char name [] = "base_16"
 
constexpr static const char padding = 0
 

Member Data Documentation

◆ charset

constexpr static const std::array<char, 16> multibase::traits< encoding::base_16 >::charset
staticconstexpr
Initial value:
= {
'0', '1', '2', '3', '4', '5', '6', '7',
'8', '9', 'a', 'b', 'c', 'd', 'e', 'f'}

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