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

Public Types

using execution_style = algorithm::stream_tag
 

Static Public Attributes

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

Member Data Documentation

◆ charset

constexpr static const std::array<char, 36> multibase::traits< encoding::base_36 >::charset
staticconstexpr
Initial value:
= {
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j',
'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
'u', 'v', 'w', 'x', 'y', 'z'}

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