MCPcopy Create free account
hub / github.com/cinder/Cinder / isCompleteWord

Method isCompleteWord

samples/_timeline/VisualDictionary/src/Dictionary.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool Dictionary::isCompleteWord( const std::string &word ) const
66{
67 vector<string>::const_iterator lower = std::lower_bound( mWords.begin(), mWords.end(), word );
68 return ( lower != mWords.end() ) && *lower == word;
69}

Callers 1

updateMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected