|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Unified header for all C++20 concepts in network_system. More...
#include <kcenon/network/config/feature_flags.h>#include "kcenon/network/detail/concepts/network_concepts.h"#include "kcenon/network/detail/concepts/socket_concepts.h"

Go to the source code of this file.
Namespaces | |
| namespace | kcenon::network::concepts |
| C++20 concepts for compile-time type validation in network_system. | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
Unified header for all C++20 concepts in network_system.
This header provides a single include point for all concepts defined in the network_system library. Including this header gives access to all concept definitions for compile-time type validation.
Available concept categories:
When KCENON_WITH_COMMON_SYSTEM is defined, this header also provides access to common_system concepts:
Requirements:
Example usage:
Benefits of using concepts:
Definition in file concepts.h.