NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::tlv::detail::ReadNumberFast< Iterator > Class Template Reference

Function object to read a number from ContiguousIterator. More...

#include <tlv.hpp>

Public Member Functions

bool operator() (size_t size, Iterator &begin, const Iterator &end, uint64_t &number) const
 

Detailed Description

template<typename Iterator>
class ndn::tlv::detail::ReadNumberFast< Iterator >

Function object to read a number from ContiguousIterator.

Definition at line 281 of file tlv.hpp.

Member Function Documentation

◆ operator()()

template<typename Iterator >
bool ndn::tlv::detail::ReadNumberFast< Iterator >::operator() ( size_t  size,
Iterator &  begin,
const Iterator &  end,
uint64_t &  number 
) const
inline

Definition at line 285 of file tlv.hpp.


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