MessagePack for C++
Loading...
Searching...
No Matches
msgpack::type::array_ref< T > Struct Template Reference

#include <array_ref.hpp>

Public Member Functions

 array_ref ()
 array_ref (T &t)
std::size_t size () 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
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

References data.

Member Function Documentation

◆ operator!=()

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

References array_ref(), and data.

◆ operator<()

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

References array_ref(), and data.

◆ operator<=()

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

References array_ref(), and data.

◆ operator==()

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

References array_ref(), and data.

◆ operator>()

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

References array_ref(), and data.

◆ operator>=()

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

References array_ref(), and data.

◆ size()

Member Data Documentation

◆ data


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