SimGrid
3.18
Versatile Simulation of Distributed Systems
|
Namespaces | |
simgrid | |
Alltoall Bruck. | |
simgrid::xbt | |
Typedefs | |
template<class T > | |
using | simgrid::xbt::DynarRange = boost::iterator_range< T * > |
A C++ range from a a dynar. More... | |
Functions | |
template<class T > | |
DynarRange< T > | simgrid::xbt::range (xbt_dynar_t dynar) |
Create an iterator range representing a dynar. More... | |
template<class T > | |
xbt_dynar_t | simgrid::xbt::newDeleteDynar () |
Dynar of T* which delete its values. More... | |