1 #ifndef OSMIUM_IO_FILE_FORMAT_HPP
2 #define OSMIUM_IO_FILE_FORMAT_HPP
53 #pragma GCC diagnostic push
54 #pragma GCC diagnostic ignored "-Wreturn-type"
73 #pragma GCC diagnostic pop
75 template <
typename TChar,
typename TTraits>
76 inline std::basic_ostream<TChar, TTraits>& operator<<(std::basic_ostream<TChar, TTraits>& out,
const file_format format) {
84 #endif // OSMIUM_IO_FILE_FORMAT_HPP
const char * as_string(file_compression compression)
Definition: file_compression.hpp:51
Namespace for everything in the Osmium library.
Definition: assembler.hpp:66
file_format
Definition: file_format.hpp:42