Template Function cpphots::createFromStream

Function Documentation

template<typename T>
T cpphots::createFromStream(std::istream &in)

Create a Streamable object from an input stream.

Template Parameters

T – a copiable Streamable type

Parameters

in – input stream

Returns

the new Streamable object