TRLC Platform Library
1.0.0
Header-only C++ library for compile-time platform detection and abstraction
|
Files | |
file | architecture.hpp [code] |
CPU architecture and byte order detection for trlc-platform. | |
file | compiler.hpp [code] |
Compiler detection and capability utilities. | |
file | core.hpp [code] |
Main entry point for TRLC platform detection and abstraction. | |
file | cpp_standard.hpp [code] |
C++ standard version and feature detection for trlc-platform. | |
file | debug.hpp [code] |
Portable debug and assertion utilities. | |
file | endianness.hpp [code] |
Byte order detection and utilities for cross-platform development. | |
file | features.hpp [code] |
Language and runtime feature detection utilities. | |
file | macros.hpp [code] |
Portable cross-platform macros for common C++ idioms and optimizations. | |
file | platform.hpp [code] |
Operating system and environment detection utilities. | |
file | traits.hpp [code] |
Advanced template specializations and metaprogramming utilities. | |
file | typeinfo.hpp [code] |
Compile-time type and alignment information utilities. | |