|
StormByte C++ Library 1.2.0
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
|
Predicates for standard wrappers and pair-like aggregate values.
Concepts | |
| concept | StormByte::Type::Optional |
Exactly std::optional<U> for some U. | |
| concept | StormByte::Type::Pair |
Type with accessible first and second members. | |
| concept | StormByte::Type::Variant |
Instantiation of std::variant, after stripping cv/ref. | |
| concept | StormByte::Type::VariantHasType |
Variant T that lists U among its alternatives. | |
Predicates for standard wrappers and pair-like aggregate values.