Common System 0.2.0
Common interfaces and patterns for system integration
Loading...
Searching...
No Matches
common.cppm File Reference

Primary C++20 module for common_system. More...

Include dependency graph for common.cppm:

Go to the source code of this file.

Classes

struct  kcenon::common::module_version
 Version information for common_system module. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::common
 Core interfaces.
 

Detailed Description

Primary C++20 module for common_system.

This is the main module interface for the common_system library. It aggregates all module partitions to provide a single import point.

Usage:

using namespace kcenon::common;
auto result = ok(42);
if (result.is_ok()) {
std::cout << result.value() << std::endl;
}
Core interfaces.
Definition adapter.h:21

Module Structure:

Definition in file common.cppm.