ndn::encoding::detail::BinaryBlockFast< Iterator > Class Template Reference

Create a binary block copying from RandomAccessIterator. More...

#include <block-helpers.hpp>

Static Public Member Functions

static Block makeBlock (uint32_t type, Iterator first, Iterator last)
 

Detailed Description

template<class Iterator>
class ndn::encoding::detail::BinaryBlockFast< Iterator >

Create a binary block copying from RandomAccessIterator.

Definition at line 176 of file block-helpers.hpp.

Member Function Documentation

template<class Iterator >
static Block ndn::encoding::detail::BinaryBlockFast< Iterator >::makeBlock ( uint32_t  type,
Iterator  first,
Iterator  last 
)
inlinestatic

Definition at line 182 of file block-helpers.hpp.