Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ Begin
Method
Begin
src/SFGUI/ComboBox.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
ComboBox::ConstIterator ComboBox::Begin() const {
169
// TODO: No std::cbegin in C++11 yet.
170
return std::begin( m_entries );
171
}
172
173
ComboBox::ConstIterator ComboBox::End() const {
174
// TODO: No std::cend in C++11 yet.
Callers
1
begin
Function · 0.80
Calls
1
begin
Function · 0.85
Tested by
no test coverage detected