Explore projects
-
Convert runtime bool values to compile-time values.
The visit_bools function, like std::visit for std::variant, calls a callable with std::true_type or std::false_type in place of bool, for any number of arguments.
Updated -
Updated
-
Hoist execution of a block of code to before main() starts and return the value.
Updated -
Updated
-
-
-
-
Utilities for interacting with real system resources, e.g. cpus, gpus, storage and network
Updated -
-
Updated
-
Updated
-
-