WarpX
Source
ablastr
utils
text
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
13
namespace
ablastr::utils::text
14
{
21
void
goto_next_line
(std::istream& is);
22
}
23
24
#endif
//ABLASTR_UTILS_TEXT_STREAMUTILS_H_
ablastr::utils::text
Definition:
StreamUtils.H:14
ablastr::utils::text::goto_next_line
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
Generated by
1.9.1