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

Method selfdec

include/covscript/impl/type_ext.hpp:299–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297
298template <typename T>
299cs_impl::operators::result cs_impl::operators::handler<T>::selfdec(void *lhs, void *rhs)
300{
301 cs::operators::selfdec(*static_cast<T *>(lhs));
302 return result();
303}
304
305template <typename T>
306cs_impl::operators::result cs_impl::operators::handler<T>::compare(void *lhs, void *rhs)

Callers

nothing calls this directly

Calls 2

selfdecFunction · 0.85
resultFunction · 0.85

Tested by

no test coverage detected