Skip to content

BinaryFileOutput

template <class T> class BinaryFileOutput : public Output<T>

@brief The binary file output specializes the Output class to write data of type T to a binary file. The actual serialization format depends on the Serializer selected in this class' configuration.