[#BloombergLP-bslmt-Once-callOnce-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/Once.adoc[Once]::callOnce :relfileprefix: ../../../ :mrdocs: Call `function` at most once across all threads for this object. == Synopses Declared in `<bslmt_once.h>` Call `function` at most once across all threads for this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class FUNC> void xref:BloombergLP/bslmt/Once/callOnce-0f.adoc[callOnce](FUNC& function); ---- [.small]#xref:BloombergLP/bslmt/Once/callOnce-0f.adoc[_» more..._]# Call `function` at most once across all threads for this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class FUNC> void xref:BloombergLP/bslmt/Once/callOnce-03.adoc[callOnce](FUNC const& function); ---- [.small]#xref:BloombergLP/bslmt/Once/callOnce-03.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *function* | no‐argument function or functor to invoke at most once |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#