#include <io_runtimetype_features.h>
|
void | operator() (std::ostream &i_ostream, const void *i_dest) const |
|
|
template<typename TARGET_TYPE > |
static constexpr f_ostream | make () noexcept |
|
This feature writes an object to an std::ostream using the operator >>
Creates an instance of this feature bound to the specified target type
void operator() |
( |
std::ostream & |
i_ostream, |
|
|
const void * |
i_dest |
|
) |
| const |
|
inline |
Reads from an input stream the target object.
- Parameters
-
i_source | pointer to an instance of the target type. Can't be null. If the dynamic type of the pointed object is not the target type (assigned by the function make), the behavior is undefined. |
The documentation for this class was generated from the following file: