[#BloombergLP-bdlf-NoOp-02-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/NoOp-02.adoc[NoOp]::operator() :relfileprefix: ../../../ :mrdocs: Do nothing and ignore all specified `ignored` arguments. == Synopsis Declared in `<bdlf_noop.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... t_ARGS> constexpr void operator()(t_ARGS const&... ignored) const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#