|
roviz
0.7
Code Documentation of roviz
|
Class that connects a type that can be stored in a config and it's value type. More...
#include <config_storage_type.h>

Public Types | |
| typedef T | type |
Class that connects a type that can be stored in a config and it's value type.
Example: list<string> is a class that can be used as a config, but it's value is of type int, because we only store the current index and not the whole list.
1.8.13