TPIE

2362a60
tpie::bits::array_decode_magic< D, T, is_simple_itr, is_ts > Struct Template Reference

Helper to facilitate fast unserialization of trivially copyable arrays. More...

#include <tpie/serialization2.h>

Public Member Functions

void operator() (D &dst, T start, T end)
 

Detailed Description

template<typename D, typename T, bool is_simple_itr = tpie::is_simple_iterator<T>::value, bool is_ts = is_trivially_serializable<typename std::iterator_traits<T>::value_type>::value>
struct tpie::bits::array_decode_magic< D, T, is_simple_itr, is_ts >

Helper to facilitate fast unserialization of trivially copyable arrays.

Definition at line 154 of file serialization2.h.


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