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

Method aeqcmp

include/covscript/impl/type_ext.hpp:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322
323template <typename T>
324cs_impl::operators::result cs_impl::operators::handler<T>::aeqcmp(void *lhs, void *rhs)
325{
326 return result::from_int(cs::operators::aeqcmp(*static_cast<const T *>(lhs), static_cast<const any *>(rhs)->template unchecked_get<T>()));
327}
328
329template <typename T>
330cs_impl::operators::result cs_impl::operators::handler<T>::ueqcmp(void *lhs, void *rhs)

Callers

nothing calls this directly

Calls 2

from_intFunction · 0.85
aeqcmpFunction · 0.85

Tested by

no test coverage detected