Functions¶
A¶
function::a()functiona()functioninner::a()functionabs(double) Computes the absolute value of a floating-point number.functionabs(int) Computes the absolute value of an integer.functionanother_function(int)
F¶
functionfactorial(int) Returns the factorial of a number.functionfn1(std::byte, Color)functionfree_function(int) A free function in the ns namespace.
G¶
function::global_function() A global function that is not part of any namespace.
I¶
functioninl::inline_function() Inline namespace functionfunctioninline_ns_function() A function in the inline namespace.
M¶
functionmultiply_matrix(T *, const T *, size_t, size_t) Multiplies two matrices.
S¶
functioninner::some_function() A function in the inner namespacefunctionsquare(int)
T¶
functionto_name(Color) Converts aColorenum to its string representation.
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.