MCPcopy Create free account
hub / github.com/TankOs/SFGUI / End

Method End

src/SFGUI/ComboBox.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173ComboBox::ConstIterator ComboBox::End() const {
174 // TODO: No std::cend in C++11 yet.
175 return std::end( m_entries );
176}
177
178const sf::String& ComboBox::GetSelectedText() const {
179 if( m_active_item == NONE ) {

Callers 1

endFunction · 0.80

Calls 1

endFunction · 0.85

Tested by

no test coverage detected