Home
last modified time | relevance | path

Searched defs:array_wrapper (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/histogram/detail/
Darray_wrapper.hpp32 struct array_wrapper { struct
33 using pointer = T*;
35 pointer ptr;
36 std::size_t size;
39 void serialize(Archive& ar, unsigned /* version */) { in serialize()
/third_party/boost/boost/serialization/
Darray_wrapper.hpp30 class array_wrapper : class
41 array_wrapper(const array_wrapper & rhs) : in array_wrapper() function in boost::serialization::array_wrapper
46 array_wrapper(T * t, std::size_t s) : in array_wrapper() function in boost::serialization::array_wrapper
/third_party/boost/boost/numeric/odeint/stepper/
Dexplicit_generic_rk.hpp61 struct array_wrapper struct
63 typedef const typename boost::array< T , Constant::value > type;
/third_party/boost/boost/numeric/odeint/stepper/detail/
Dgeneric_rk_algorithm.hpp50 struct array_wrapper struct
52 typedef const typename boost::array< T , Constant::value > type;