[#BloombergLP-bslalg-SynthThreeWayUtil-Result] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/SynthThreeWayUtil.adoc[SynthThreeWayUtil]::Result :relfileprefix: ../../../ :mrdocs: Type returned by `SynthThreeWayUtil::compare` for the given types. == Synopsis Declared in `<bslalg_synththreewayutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_TYPE1, class t_TYPE2 = t_TYPE1> using Result = decltype(compare(std::declval<t_TYPE1&>(), std::declval<t_TYPE2&>())); ---- == Description Note that this is an implementation of the exposition‐only type alias `synth‐three‐way‐result` defined by the ISO C++20 Standard [expos.only.entity]. [.small]#Created with https://www.mrdocs.com[MrDocs]#