Home | Libraries | People | FAQ | More |
boost::ui::index_event — Event class that holds some index in container.
// In header: <boost/ui/event.hpp> class index_event : public boost::ui::event { public: // types typedef index_type size_type; // Integral type. // construct/copy/destruct index_event(); // public member functions size_type index() const; };