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