cgv
|
helper struct to support value references as well as value references with index More...
#include <provider.h>
Public Member Functions | |
with_index_struct (const T &_value, int _index) | |
Public Attributes | |
const T & | value |
int | index |
helper struct to support value references as well as value references with index
Definition at line 19 of file provider.h.
|
inline |
Definition at line 23 of file provider.h.
int cgv::gui::with_index_struct< T >::index |
Definition at line 22 of file provider.h.
const T& cgv::gui::with_index_struct< T >::value |
Definition at line 21 of file provider.h.