[#BloombergLP-bslalg-SynthThreeWayUtil-_01record-isNoexcept] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/SynthThreeWayUtil.adoc[SynthThreeWayUtil]::isNoexcept :relfileprefix: ../../../../ :mrdocs: Return `true` if comparing `t_TYPE1` and `t_TYPE2` with `synth‐three‐way` is `noexcept`. == Synopsis Declared in `<bslalg_synththreewayutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_TYPE1, class t_TYPE2> constexpr static bool isNoexcept( t_TYPE1 const* t1 = nullptr, t_TYPE2 const* t2 = nullptr); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#