#include <io_runtimetype_features.h>
|
void | operator() (std::istream &i_istream, void *i_dest) const |
|
|
template<typename TARGET_TYPE > |
static constexpr f_istream | make () noexcept |
|
This feature reads an object from an std::istream using the operator >>
Creates an instance of this feature bound to the specified target type
void operator() |
( |
std::istream & |
i_istream, |
|
|
void * |
i_dest |
|
) |
| const |
|
inline |
Reads the target object from an input stream.
- 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: