camcom 1.0.0-pre2
 
Loading...
Searching...
No Matches
value.hpp File Reference

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
 

Detailed Description

Header file for the CamCom Common Library.