Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::concepts::Numeric Concept Reference

Represents any C++ numeral literals. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept steppable::concepts::Numeric = std::integral<T> || std::floating_point<T>
Represents any C++ numeral literals.
Definition concepts.hpp:39

Detailed Description

Represents any C++ numeral literals.

Untitled