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
28
29namespace 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
Main namespace for all Network System components.
Network-specific error and result type definitions.