#include <concepts>
Namespaces Index
File Listing
The file content with the documentation metadata removed is:
5export module helios.math.concepts:IsNumeric;
7export namespace helios::math::concepts {
16 concept IsNumeric = std::integral<T> || std::floating_point<T>;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.