[#BloombergLP-bdlf-NoOp-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::NoOp :relfileprefix: ../../ :mrdocs: 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`. == Synopsis Declared in `<bdlf_noop.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class NoOp; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/NoOp-02/result_type.adoc[`result_type`] | `result_type` is an alias to `void`, which is the type returned by the function‐call operator of this class |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/NoOp-02/operator_call.adoc[`operator()`] | Do nothing and ignore all specified `ignored` arguments. | xref:BloombergLP/bdlf/NoOp-02/2conversion.adoc[`operator BloombergLP::bslmf::NestedTraitDeclaration<NoOp, is_trivially_copyable>`] | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#