Does nothing regardless of the arguments passed.
Declared in <folly/Utility.h>
template<typename... A>
constexpr
void
variadic_noop(A&&... args) noexcept;
This function is defined as an Algorithm Function Object (AFO).
| Name | Description |
|---|---|
| args | The ignored arguments. |