Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
ComboBox::ConstIterator ComboBox::End() const {
174
// TODO: No std::cend in C++11 yet.
175
return std::end( m_entries );
176
}
177
178
const sf::String& ComboBox::GetSelectedText() const {
179
if( m_active_item == NONE ) {
Callers
1
end
Function · 0.80
Calls
1
end
Function · 0.85
Tested by
no test coverage detected