Skip to main content

IsNumeric.ixx File

Included Headers

#include <concepts>

Namespaces Index

namespacehelios
namespacemath
namespaceconcepts

File Listing

The file content with the documentation metadata removed is:

1module;
2
3#include <concepts>
4
5export module helios.math.concepts:IsNumeric;
6
7export namespace helios::math::concepts {
8
15 template<typename T>
16 concept IsNumeric = std::integral<T> || std::floating_point<T>;
17}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.