#include <genesis/utils/containers/generic_input_stream.hpp>
Empty helper data struct to serve as a dummy for GenericInputStream.
By default, the GenericInputStream::Data type does not do anything. This class here serves as the empty dummy class, so that the user does not have to provide one when using GenericInputStream without an extra data type.
Definition at line 53 of file generic_input_stream.hpp.