Searched defs:array_wrapper (Results 1 – 4 of 4) sorted by relevance
32 struct array_wrapper { struct33 using pointer = T*;35 pointer ptr;36 std::size_t size;39 void serialize(Archive& ar, unsigned /* version */) { in serialize()
30 class array_wrapper : class41 array_wrapper(const array_wrapper & rhs) : in array_wrapper() function in boost::serialization::array_wrapper46 array_wrapper(T * t, std::size_t s) : in array_wrapper() function in boost::serialization::array_wrapper
61 struct array_wrapper struct63 typedef const typename boost::array< T , Constant::value > type;
50 struct array_wrapper struct52 typedef const typename boost::array< T , Constant::value > type;