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

Method selfinc

include/covscript/impl/type_ext.hpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290
291template <typename T>
292cs_impl::operators::result cs_impl::operators::handler<T>::selfinc(void *lhs, void *rhs)
293{
294 cs::operators::selfinc(*static_cast<T *>(lhs));
295 return result();
296}
297
298template <typename T>
299cs_impl::operators::result cs_impl::operators::handler<T>::selfdec(void *lhs, void *rhs)

Callers

nothing calls this directly

Calls 2

selfincFunction · 0.85
resultFunction · 0.85

Tested by

no test coverage detected