tbx
0.7.5
|
Convenience template to return an item of a collection as the value for a view as a string. More...
#include <stringviewvalue.h>
Public Member Functions | |
IndexItemViewStringValue (const C &collection) | |
Construct with collection to index. | |
virtual std::string | value (unsigned int index) const |
Return value for given index. | |
Convenience template to return an item of a collection as the value for a view as a string.
C is the collection to return it from The collection items are converted to a string using the tbx::to_string method