Namespace ns¶
A¶
functiona()functionabs(double) Computes the absolute value of a floating-point number.functionabs(int) Computes the absolute value of an integer.conceptAddable Concept that checks if a type supports addition.functionanother_function(int)classarray<N> First paragraph will automatically be the brief description.
C¶
classChars<char>enumColor Enumeration of colors.structConflictingNamestructconflictingNameclassC<T> A wrapper that forwards any argument into its stored value.
D¶
E¶
classExample Example class demonstrating documentation.
F¶
functionfactorial(int) Returns the factorial of a number.classfilter<T> A generic filter interface.functionfn1(std::byte, Color)functionfree_function(int) A free function in the ns namespace.
I¶
M¶
variablemax_size Maximum size constantfunctionmultiply_matrix(T *, const T *, size_t, size_t) Multiplies two matrices.
P¶
typedefPair Template alias for a pair of typesvariablepi Templated inline variablededuction guidePoint Deduction guide for PointclassPoint<T> A 3D point structure.
S¶
functionsquare(int)
T¶
structTest1<Chars<'(', '[', '<'>>structTest1<std::integral_constant<int, 0>>structTest1<std::integral_constant<int, square(7) * 2>>classTest1<T>classTest1<T>functionto_name(Color) Converts aColorenum to its string representation.structTpl<1>structTpl<2> SeeTpl<1>classTpl<N>
U¶
enum(Unnamed enum at library.hpp:424:5) Platform-independent error codes
V¶
structVec A simple vector structure.
W¶
structWin32Structure A structure demonstrating anonymous unions and structs.
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.