|
picceler
|
#include <expected>#include <string>#include <format>Go to the source code of this file.
Classes | |
| struct | picceler::CompileError |
| Struct to hold compilation error information. More... | |
Namespaces | |
| namespace | picceler |
Typedefs | |
| template<typename T> | |
| using | picceler::Result = std::expected<T, CompileError> |
| A type alias for the result of a compilation operation. | |