MessagePack for C++
Public Member Functions | Public Attributes | List of all members
msgpack::type::array_ref< T > Struct Template Reference

#include <array_ref.hpp>

Public Member Functions

 array_ref ()
 
 array_ref (T &t)
 
template<typename U >
bool operator== (array_ref< U > const &t) const
 
template<typename U >
bool operator!= (array_ref< U > const &t) const
 
template<typename U >
bool operator< (array_ref< U > const &t) const
 
template<typename U >
bool operator> (array_ref< U > const &t) const
 
template<typename U >
bool operator<= (array_ref< U > const &t) const
 
template<typename U >
bool operator>= (array_ref< U > const &t) const
 

Public Attributes

T * data
 

Constructor & Destructor Documentation

§ array_ref() [1/2]

template<typename T>
msgpack::type::array_ref< T >::array_ref ( )
inline

§ array_ref() [2/2]

template<typename T>
msgpack::type::array_ref< T >::array_ref ( T &  t)
inline

Member Function Documentation

§ operator!=()

template<typename T>
template<typename U >
bool msgpack::type::array_ref< T >::operator!= ( array_ref< U > const &  t) const
inline

§ operator<()

template<typename T>
template<typename U >
bool msgpack::type::array_ref< T >::operator< ( array_ref< U > const &  t) const
inline

§ operator<=()

template<typename T>
template<typename U >
bool msgpack::type::array_ref< T >::operator<= ( array_ref< U > const &  t) const
inline

§ operator==()

template<typename T>
template<typename U >
bool msgpack::type::array_ref< T >::operator== ( array_ref< U > const &  t) const
inline

§ operator>()

template<typename T>
template<typename U >
bool msgpack::type::array_ref< T >::operator> ( array_ref< U > const &  t) const
inline

§ operator>=()

template<typename T>
template<typename U >
bool msgpack::type::array_ref< T >::operator>= ( array_ref< U > const &  t) const
inline

Member Data Documentation

§ data

template<typename T>
T* msgpack::type::array_ref< T >::data

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