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

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

#include <tlv.hpp>

Public Member Functions

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

Detailed Description

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

Function object to read a number from InputIterator.

Definition at line 303 of file tlv.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 307 of file tlv.hpp.

References nonstd::span_lite::size().


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