Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Functions
vector_ref.h File Reference
#include <cstring>
#include <cassert>
#include <type_traits>
#include <vector>
#include <string>
Include dependency graph for vector_ref.h:
This graph shows which files directly or indirectly include this file:

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)