esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ndnph::detail::InputIteratorPointerProxy< T > Class Template Reference

Wrap a value to appear as InputIterator::pointer. More...

#include <input-iterator-pointer-proxy.hpp>

Public Member Functions

 InputIteratorPointerProxy (T &&item)
 
T * operator-> () const
 

Detailed Description

template<typename T>
class ndnph::detail::InputIteratorPointerProxy< T >

Wrap a value to appear as InputIterator::pointer.

Constructor & Destructor Documentation

◆ InputIteratorPointerProxy()

template<typename T >
ndnph::detail::InputIteratorPointerProxy< T >::InputIteratorPointerProxy ( T &&  item)
inline

Member Function Documentation

◆ operator->()

template<typename T >
T* ndnph::detail::InputIteratorPointerProxy< T >::operator-> ( ) const
inline

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