Returns selected item in container
| 86 | |
| 87 | // Returns selected item in container |
| 88 | size_t selection() const |
| 89 | { |
| 90 | return m_nSelectedItem; |
| 91 | } |
| 92 | |
| 93 | // Return the item actually selected |
| 94 | const T& selected() const |
nothing calls this directly
no outgoing calls
no test coverage detected