MCPcopy Create free account
hub / github.com/dcleblanc/SafeInt / ConstTestT

Function ConstTestT

Test/ConstExpr.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132 template <typename T>
133 void ConstTestT()
134 {
135 static const T t = ConstConstructor<T>();
136 static const bool b = ConstBool<T>();
137 }
138
139 template <typename T>
140 _CONSTEXPR11 SafeInt<T> ConstSafeInt()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected