TRLC Platform Library  1.0.0
Header-only C++ library for compile-time platform detection and abstraction
Architecture-specific

Architecture information structure Contains comprehensive information about the detected CPU architecture, including architecture type, byte order, and capability information. This structure provides a unified view of the system's architectural characteristics and includes convenient methods for common architectural queries.

Key Information

Performance Implications

Note
All member functions are constexpr and evaluate at compile time
See also
getCpuArchitecture() for simple architecture detection
getArchitectureInfo() for creating instances of this structure
Since
1.0.0