MCPcopy Create free account
hub / github.com/covscript/covscript / undcmp

Method undcmp

include/covscript/impl/type_ext.hpp:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316
317template <typename T>
318cs_impl::operators::result cs_impl::operators::handler<T>::undcmp(void *lhs, void *rhs)
319{
320 return result::from_int(cs::operators::undcmp(*static_cast<const T *>(lhs), static_cast<const any *>(rhs)->template unchecked_get<T>()));
321}
322
323template <typename T>
324cs_impl::operators::result cs_impl::operators::handler<T>::aeqcmp(void *lhs, void *rhs)

Callers

nothing calls this directly

Calls 2

from_intFunction · 0.85
undcmpFunction · 0.85

Tested by

no test coverage detected