Ring Daemon 16.0.0
Loading...
Searching...
No Matches
vector_ref.h File Reference
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

namespace  dev
 

Functions

template<class _T >
vector_ref< _T > dev::ref (_T &_t)
 
template<class _T >
vector_ref< _T const > dev::ref (_T const &_t)
 
template<class _T >
vector_ref< _T > dev::ref (std::vector< _T > &_t)
 
template<class _T >
vector_ref< _T const > dev::ref (std::vector< _T > const &_t)