Skip to main content

helios/util/_module.ixx File

Module exports for non-domain-specific utility functions. More...

Included Headers

#include <helios.util.time> #include <helios.util.io> #include <helios.util.log> #include <helios.util.Random> #include <helios.util.Colors> #include <helios.util.Guid>

Description

Module exports for non-domain-specific utility functions.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Module exports for non-domain-specific utility functions.
4 */
5
6export module helios.util;
7
8export import helios.util.Guid;
9export import helios.util.Colors;
10export import helios.util.Random;
11
12export import helios.util.log;
13export import helios.util.io;
14export import helios.util.time;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.