namespace
#include <Corrade/Utility/System.h>
System System utilities.
Contents
- Reference
This library is built if WITH_UTILITY
is enabled when building Corrade. To use this library with CMake, request the Utility
component of the Corrade
package and link to the Corrade::Utility
target.
find_package(Corrade REQUIRED Utility) # ... target_link_libraries(your-app PRIVATE Corrade::Utility)
See also Downloading and building Corrade and Using Corrade with CMake for more information.
Functions
-
void sleep(std::
size_t ms) - Sleep for given time.