[#BloombergLP-balber-BerUniversalTagNumber-select-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUniversalTagNumber.adoc[BerUniversalTagNumber]::select :relfileprefix: ../../../ :mrdocs: `select` overloads == Synopses Declared in `<balber_beruniversaltagnumber.h>` Return the universal tag number for the specified `object` using the specified `formattingMode`, and load into the specified `alternateTag` any alternative tag numbers corresponding to `object`. The behavior is undefined if the type category of `object` and the `formattingMode` does not permit a universal tag number (see for allowed type categories and formatting modes). Note that if an alternate tag number does not exist for `object` then `alternateTag` is not modified. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename TYPE> static xref:BloombergLP/balber/BerUniversalTagNumber/Value.adoc[BerUniversalTagNumber::Value] xref:BloombergLP/balber/BerUniversalTagNumber/select-0e.adoc[select]( TYPE const& object, int formattingMode, int* alternateTag); ---- [.small]#xref:BloombergLP/balber/BerUniversalTagNumber/select-0e.adoc[_» more..._]# Return the universal tag number for the specified `object` with the specified `formattingMode` using the specified `options`. The behavior is undefined if the type category of `object` and the `formattingMode` do not permit a universal tag number (see for allowed type categories and formatting modes). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename TYPE> static xref:BloombergLP/balber/BerUniversalTagNumber/Value.adoc[BerUniversalTagNumber::Value] xref:BloombergLP/balber/BerUniversalTagNumber/select-0b.adoc[select]( TYPE const& object, int formattingMode, xref:BloombergLP/balber/BerEncoderOptions.adoc[BerEncoderOptions] const* options); ---- [.small]#xref:BloombergLP/balber/BerUniversalTagNumber/select-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#