#include <OperatorCheck.h>
|
template<class L , class R > |
constexpr auto | operator() (L &&l, R &&r) const noexcept(noexcept(std::forward< L >(l) >> std::forward< R >(r))) -> decltype(std::forward< L >(l) >> std::forward< R >(r)) |
|
◆ operator()()
template<class L , class R >
constexpr auto walberla::debug::notstd::right_shift::operator() |
( |
L && |
l, |
|
|
R && |
r |
|
) |
| const -> decltype(std::forward<L>(l) >> std::forward<R>(r))
|
|
inlineconstexprnoexcept |
The documentation for this struct was generated from the following file:
- /builds/administration/walberla-website/walberla/src/core/debug/OperatorCheck.h