Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
parse_error.hpp File Reference
#include <cstdint>
#include <string>
#include <expected>
#include <format>

Go to the source code of this file.

Classes

struct  dcn::parse::ParseError
 
struct  std::formatter< dcn::parse::ParseError::Kind >
 

Namespaces

namespace  dcn
 
namespace  dcn::parse
 

Typedefs

template<class T >
using dcn::parse::Result = std::expected< T, ParseError >