Faker C++
Loading...
Searching...
No Matches
base64.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
faker::base64
6
{
7
std::string
encode
(
const
std::string& input);
8
std::string
decode
(
const
void
* data,
const
size_t
len);
9
}
faker::base64
Definition
base64.h:6
faker::base64::encode
std::string encode(const std::string &input)
faker::base64::decode
std::string decode(const void *data, const size_t len)
include
faker-cxx
base64.h
Generated by
1.13.2