Header file for the CamCom Common Library. More...
#include <variant>#include <string>#include <fmt/format.h>Go to the source code of this file.
Classes | |
| struct | fmt::formatter< camcom::common::Value > |
Namespaces | |
| namespace | camcom |
| namespace | camcom::common |
| namespace | fmt |
Typedefs | |
| using | camcom::common::Value = std::variant<int, float, double, std::string, bool> |
Functions | |
| std::string_view | camcom::common::ValueTypeString (const Value &v) noexcept |
Header file for the CamCom Common Library.