ArrayStream< T > Class Template Reference
The class used to serialize/deserialize data using array. More...
#include <ArrayStream.hpp>
Public Types | |
| using | ArrayType = ArrayX< Decay< T > > |
| The array type used to store data. | |
Public Member Functions | |
| ArrayStream ()=default | |
| Construct a default ArrayStream object. | |
| template<typename... Args> | |
| ArrayStream (const Args &... args) | |
| Construct an ArrayStream object with given list of scalars and/or arrays. | |
| template<typename... Args> | |
| auto | from (const Args &... args) |
| Initialize this ArrayStream object with given list of scalars and/or arrays. | |
| template<typename... Args> | |
| auto | to (Args &... args) const |
| Transfer this ArrayStream object data to given list of scalars and/or arrays. | |
| auto | data () const -> const ArrayType & |
| operator const ArrayType & () const | |
Detailed Description
template<typename T>
class Reaktoro::ArrayStream< T >
The class used to serialize/deserialize data using array.
The documentation for this class was generated from the following file:
- Reaktoro/Common/ArrayStream.hpp