codex
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages Concepts
anonymous_namespace{mutable.hpp}::arithmetic Concept Reference

Concept equivalent of the standard type trait. More...

#include <mutable.hpp>

Concept definition

template<typename T>
concept anonymous_namespace{mutable.hpp}::arithmetic = std::is_arithmetic_v<T>
Concept equivalent of the standard type trait.
Definition mutable.hpp:14

Detailed Description

Concept equivalent of the standard type trait.