MCPcopy Create free account
hub / github.com/LAStools/LAStools / CsvString

Class CsvString

src/lasinfo.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78#include "lastool.hpp"
79
80struct CsvString {
81 std::string text;
82 bool quote; // true = quoted, false = unquoted
83};
84
85using JsonObject = nlohmann::ordered_json;
86using Value = std::variant<std::string, const char*, I32, I64, U32, U64, double, bool, CsvString>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected