MCPcopy 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
168ComboBox::ConstIterator ComboBox::Begin() const {
169 // TODO: No std::cbegin in C++11 yet.
170 return std::begin( m_entries );
171}
172
173ComboBox::ConstIterator ComboBox::End() const {
174 // TODO: No std::cend in C++11 yet.

Callers 1

beginFunction · 0.80

Calls 1

beginFunction · 0.85

Tested by

no test coverage detected