Home
last modified time | relevance | path

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

/third_party/boost/boost/mpi/detail/
Drequest_handlers.hpp254 struct serialized_array_data { struct
255 serialized_array_data(communicator const& comm, T* values, int nb) in serialized_array_data() function
258 void* buffer() { return m_archive.address(); } in buffer()
259 void resize(std::size_t sz) { m_archive.resize(sz); } in resize()
260 void deserialize() { in deserialize()
267 MPI_Datatype datatype() { return MPI_PACKED; } in datatype()
269 packed_iarchive m_archive;
270 T* m_values;
271 int m_nb;