[#BloombergLP-bslalg-SynthThreeWayUtil-Result] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/SynthThreeWayUtil.adoc[SynthThreeWayUtil]::Result :relfileprefix: ../../../ :mrdocs: A type returned by `SynthThreeWayUtil::compare<t_TYPE1, t_TYPE2>`. 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]. == 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&>())); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#