Function size_add¶
function size_add(size_t, size_t) base¶
Saturating addition for shape sizes.
| x | Left operand. |
| y | Right operand. |
The sum, or infinite_size if either operand is infinite. |
Fully qualified name: kfr::size_add(size_t, size_t)
Declared at base/shape.hpp:104
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.