MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / rtrim

Function rtrim

demangler/gnu3/demangle_gnu3.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54#endif
55
56static inline void rtrim(string &s)
57{
58 s.erase(find_if(s.rbegin(), s.rend(), [](int c) { return !isspace(c); }).base(), s.end());
59}
60
61
62static string GetTemplateString(vector<FunctionParameter> args)

Callers 1

GetTemplateStringFunction · 0.85

Calls 3

eraseMethod · 0.80
baseMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected