preCICE v3.1.1
Loading...
Searching...
No Matches
ignore.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace precice::utils {
4
9template <class... Arguments>
10void ignore(Arguments &&...) {}
11
12} // namespace precice::utils
contains precice-related utilities.
void ignore(Arguments &&...)
Definition ignore.hpp:10