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

Method ueqcmp

include/covscript/impl/type_ext.hpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328
329template <typename T>
330cs_impl::operators::result cs_impl::operators::handler<T>::ueqcmp(void *lhs, void *rhs)
331{
332 return result::from_int(cs::operators::ueqcmp(*static_cast<const T *>(lhs), static_cast<const any *>(rhs)->template unchecked_get<T>()));
333}
334
335template <typename T>
336cs_impl::operators::result cs_impl::operators::handler<T>::index(void *lhs, void *rhs)

Callers

nothing calls this directly

Calls 2

from_intFunction · 0.85
ueqcmpFunction · 0.85

Tested by

no test coverage detected