WarpX
Loading...
Searching...
No Matches
StreamUtils.H
Go to the documentation of this file.
1/* Copyright 2023
2 *
3 * This file is part of WarpX.
4 *
5 * License: BSD-3-Clause-LBNL
6 */
7
8#ifndef ABLASTR_UTILS_TEXT_STREAMUTILS_H_
9#define ABLASTR_UTILS_TEXT_STREAMUTILS_H_
10
11#include <istream>
12
14{
21 void goto_next_line (std::istream& is);
22}
23
24#endif //ABLASTR_UTILS_TEXT_STREAMUTILS_H_
Definition StreamUtils.H:14
void goto_next_line(std::istream &is)
This function drops the rest of the current line of the input stream "is".
Definition StreamUtils.cpp:13