Concept Addable¶
concept Addable demo¶
template <typename T>
concept Addable = requires(T a, T b) { … }
Concept that checks if a type supports addition.
| T | concept parameter |
Fully qualified name: ns::Addable
Declared at library.hpp:279
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.