MCPcopy Create free account
hub / github.com/SFML/SFML / isWordBoundary

Method isWordBoundary

src/SFML/System/String.cpp:453–456  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

451
452////////////////////////////////////////////////////////////
453bool String::isWordBoundary(std::size_t position) const
454{
455 return unicode::is_word_boundary(m_string.data(), m_string.size(), position);
456}
457
458
459////////////////////////////////////////////////////////////

Callers 1

generateEffectDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected