Skip to main content

helios/math/concepts/_module.ixx File

Math concepts module exports. More...

Included Headers

Description

Math concepts module exports.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Math concepts module exports.
4 */
5
6/**
7 * @brief Mathematical concepts for type constraints.
8 *
9 * @details This module provides C++20 concept definitions for numeric
10 * type constraints used throughout the math library.
11 */
12export module helios.math.concepts;
13
14export import :Numeric;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.