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

Public Types

using execution_style = algorithm::block_tag
 

Static Public Attributes

constexpr static const std::array< char, 64 > charset
 
constexpr static const char name [] = "base_64_pad"
 
constexpr static const char padding = '='
 

Member Data Documentation

◆ charset

constexpr static const std::array<char, 64> multibase::traits< encoding::base_64_pad >::charset
staticconstexpr
Initial value:
= {
'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',
'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',
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'}

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