Network System
0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
result.h
Go to the documentation of this file.
1
// BSD 3-Clause License
2
// Copyright (c) 2024, 🍀☀🌕🌥 🌊
3
// See the LICENSE file in the project root for full license information.
4
23
#pragma once
24
25
// Include the implementation from detail
26
// This maintains backward compatibility while providing a public API path
27
#include "
kcenon/network/detail/utils/result_types.h
"
28
29
namespace
kcenon::network
30
{
31
44
// Result<T> is already defined in detail/utils/result_types.h
45
49
// VoidResult is already defined in detail/utils/result_types.h
50
56
// error_info is already defined in detail/utils/result_types.h
57
58
}
// namespace kcenon::network
kcenon::network
Main namespace for all Network System components.
result_types.h
Network-specific error and result type definitions.
include
kcenon
network
types
result.h
Generated by
1.12.0