MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / tss_IsFlaggedCharacter

Function tss_IsFlaggedCharacter

src/core/codeconvert.cpp:516–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516template<class CharT> bool tss_IsFlaggedCharacter(CharT ch)
517{
518 return false;
519}
520
521template<> bool tss_IsFlaggedCharacter<dbchar_t>(dbchar_t wch)
522{

Callers 1

tss_ConvertOneCharacterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected