Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcleblanc/SafeInt
/ PostfixInc
Function
PostfixInc
Test/ConstExpr.cpp:633–636 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
631
632
template <typename T>
633
_CONSTEXPR14 T PostfixInc(T i)
634
{
635
return SafeInt<T>(i)++;
636
}
637
638
template <typename T>
639
_CONSTEXPR14 void SignedOnly()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected