.. _program_listing_file_src_common_file_utils.h: Program Listing for File file_utils.h ===================================== |exhale_lsh| :ref:`Return to documentation for file ` (``src/common/file_utils.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include #include #include "common/file_stream.h" namespace marian { namespace fileutils { void cut(const std::string& tsvIn, Ptr tsvOut, const std::vector& fields, size_t numFields, const std::string& sep = "\t"); } // namespace utils } // namespace marian