MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / T

Class T

lib/token.h:893–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891
892private:
893 template<class T, REQUIRES("T must be a Token class", std::is_convertible<T*, const Token*> )>
894 static T *tokAtImpl(T *tok, int index)
895 {
896 while (index > 0 && tok) {

Callers 2

isZeroFunction · 0.85
fFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected