39 concept Numeric = std::integral<T> || std::floating_point<T>;
41 template<
typename ObjectT>
44 {
object.present() } -> std::same_as<std::string>;
Represents any C++ numeral literals.
Definition concepts.hpp:39
Represents any object with a .present() method.
Definition concepts.hpp:43
Defines concepts to be used for distinguishing types in the project.