Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <cstring>
#include <cassert>
#include <type_traits>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | dev::vector_ref< _T > |
A modifiable reference to an existing object or vector in memory. More... | |
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
Functions | |
template<class _T > | |
vector_ref< _T const > | dev::ref (_T const &_t) |
template<class _T > | |
vector_ref< _T > | dev::ref (_T &_t) |
template<class _T > | |
vector_ref< _T const > | dev::ref (std::vector< _T > const &_t) |
template<class _T > | |
vector_ref< _T > | dev::ref (std::vector< _T > &_t) |