This functor class provides a function-call operator that accepts any number of arguments of any type, does nothing (leaving the arguments unmodified), and returns void.
Declared in <bdlf_noop.h>
class NoOp;
| Name | Description |
|---|---|
result_type | result_type is an alias to void, which is the type returned by the function-call operator of this class |
| Name | Description |
|---|---|
operator() | Do nothing and ignore all specified ignored arguments. |
operator BloombergLP::bslmf::NestedTraitDeclaration<NoOp, is_trivially_copyable> |