C++ Library Extensions
2022.12.09
To help learn modern C++ programming
cpg::types::arithmetic_c Concept Reference
#include <
cpg_types.hpp
>
Concept definition
template
<
typename
T>
concept
cpg::types::arithmetic_c
= std::is_arithmetic_v<std::remove_cvref_t<T>>
cpg::types::arithmetic_c
Definition:
cpg_types.hpp:877
Detailed Description
Definition at line
877
of file
cpg_types.hpp
.
cpg
types
arithmetic_c
Generated by
1.9.4