12 #ifndef PLSSVM_FILE_FORMAT_TYPES_HPP_
13 #define PLSSVM_FILE_FORMAT_TYPES_HPP_
The main namespace containing all public API functions.
Definition: backend_types.hpp:24
std::istream & operator>>(std::istream &in, backend_type &backend)
Use the input-stream in to initialize the backend type.
std::ostream & operator<<(std::ostream &out, backend_type backend)
Output the backend to the given output-stream out.
file_format_type
Enum class for all supported file types.
Definition: file_format_types.hpp:23