AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
AUI template library. More...
AUI template library.
Namespaces | |
namespace | aui::parameter_pack |
Provides an easy way to iterate over a parameter pack. | |
Classes | |
class | AOptional< T > |
Utility wrapper implementing the stack-allocated (fast) optional idiom. More... | |
struct | aui::zip< Containers > |
Iterates multiple containers in parallel. More... | |
struct | aui::ranged_number< UnderlyingType, min, max > |
Clamps the possible values for a number to the specified range: [min;max]. More... | |
struct | aui::fast_pimpl< T, storageSize, storageAlignment > |
Utility wrapper implementing the stack-allocated (fast) pimpl idiom. More... | |