ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
ngl::tools::base64_impl Class Reference

Static Public Member Functions

static const char * get_alpha ()
static const signed char * get_inv ()
static constexpr std::size_t enc_sz (std::size_t alen)
static constexpr std::size_t dec_sz (std::size_t alen)
static std::size_t enc (char *adst, const char *asrc, std::size_t alen)
static std::pair< std::size_t, std::size_t > dec (char *adst, const char *asrc, std::size_t alen)

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