|
RTAB-Map 0.23.10
Real-Time Appearance-Based Mapping
|
UVariant class for storing and converting between different data types. More...
#include "rtabmap/utilite/utilite_export.h"#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | UVariant |
| A variant type that can hold values of different types. More... | |
UVariant class for storing and converting between different data types.
This class provides a type-safe way to store values of different types and convert between them. It supports basic types (bool, char, int, float, etc.) and arrays of these types.
Example:
Definition in file UVariant.h.