Concept numeric¶
concept numeric meta¶
template <typename T>
concept numeric = is_numeric<T> Concept satisfied by numeric types (numbers or compound types of numbers)
Fully qualified name: kfr::numeric
Declared at meta.hpp:1004
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.