Classes
-
namespace luco the namespace for luco
- class array the class that holds a luco array
- class error a class type inspired by std::
error_code to handle errors - class expected an implementation of std::expected to allow using luco with C++20. check the cppreference
- class monostate an implementation of std::
monostate to allow using luco with C++20. check the cppreference - class node the class that holds a luco node which is either luco::
object, luco:: array or luco:: value - class null_type an empty class to represent a luco null value
- class object the class that holds a luco object
- class value holds a luco value such as <std::
string, double, int64_t, bool, null_ type, monostate>