[#btcsignals-any_of] = xref:btcsignals.adoc[btcsignals]::any_of :relfileprefix: ../ :mrdocs: A combiner, which checks if at least one callback returned true. == Synopsis Declared in `<util/btcsignals.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class any_of; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:btcsignals/any_of/result_type.adoc[`result_type`] | The result type produced by this combiner, which is a bool. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#