Functions¶
A¶
functionns::abs(double) Computes the absolute value of a floating-point number.functionns::abs(int) Computes the absolute value of an integer.functionns::another_function(int)
F¶
functionns::factorial(int) Returns the factorial of a number.functionns::fn1(std::byte, Color)functionns::free_function(int) A free function in the ns namespace.
G¶
functionglobal_function() A global function that is not part of any namespace.
I¶
functionns::inl::inline_function() Inline namespace function
M¶
functionns::multiply_matrix(T *, const T *, size_t, size_t) Multiplies two matrices.
S¶
functionns::inner::some_function() A function in the inner namespace
T¶
functionns::to_name(Color) Converts aColorenum to its string representation.