AsmGrader 0.0.0
Loading...
Searching...
No Matches
functional.hpp
Go to the documentation of this file.
1#pragma once
2
4
6constexpr auto noop = [](auto&&... /*discarded*/) {};
7
8} // namespace asmgrader::common
Definition functional.hpp:3
constexpr auto noop
Usefule as the default argument to function callbacks.
Definition functional.hpp:6