Common System 0.2.0
Common interfaces and patterns for system integration
Loading...
Searching...
No Matches
result.h
Go to the documentation of this file.
1// BSD 3-Clause License
2// Copyright (c) 2025, 🍀☀🌕🌥 🌊
3// See the LICENSE file in the project root for full license information.
4
33#pragma once
34
35// New consolidated headers (C++20 module-ready)
36#include "result/core.h"
37#include "result/utilities.h"
38#include "result/compat.h"
Backward compatibility layer for error codes.
Consolidated core types for Result<T> pattern.
Utility functions and macros for Result<T> pattern.