SUNphi
1.0
|
Header file to suppress "Unused Variable" warning. More...
#include <metaprogramming/TypeTraits.hpp>
Go to the source code of this file.
Macros | |
#define | MAYBE_UNUSED(A) |
Suppress the "Unused Variable" warning at any scope. More... | |
Functions | |
template<typename T > | |
void | maybeUnused (const T &) |
Header file to suppress "Unused Variable" warning.
Definition in file Unused.hpp.
#define MAYBE_UNUSED | ( | A | ) |
Suppress the "Unused Variable" warning at any scope.
Definition at line 23 of file Unused.hpp.
|
inline |
Dummy function to be called to suppress "Unused Variable" warning
Example:
Definition at line 18 of file Unused.hpp.