Namespace ns¶
A¶
functionns::abs(double) Computes the absolute value of a floating-point number.functionns::abs(int) Computes the absolute value of an integer.conceptns::Addable Concept that checks if a type supports addition.functionns::another_function(int)classns::array<N> First paragraph will automatically be the brief description.
B¶
structns::Base
C¶
enumns::Color Enumeration of colors.structns::ConflictingNamestructns::conflictingName @unknowntag This tag is not recognized and should be handled gracefullyclassns::C<T> A wrapper that forwards any argument into its stored value.
D¶
unionns::Data A union to hold different types of data.structns::Demo Simple structstructns::Derived
E¶
classns::Example Example class demonstrating documentation.
F¶
functionns::factorial(int) Returns the factorial of a number.classns::filter<T> A generic filter interface.functionns::fn1(std::byte, Color)functionns::free_function(int) A free function in the ns namespace.
I¶
M¶
variablens::max_size Maximum size constantfunctionns::multiply_matrix(T *, const T *, size_t, size_t) Multiplies two matrices.
P¶
typedefns::Pair Template alias for a pair of typesvariablens::pi Templated inline variablededuction guidens::Point Deduction guide for Pointclassns::Point<T> A 3D point structure.
S¶
typedefns::size_t Type alias for size_t
T¶
functionns::to_name(Color) Converts aColorenum to its string representation.structns::Tpl<1>structns::Tpl<2> SeeTpl<1>classns::Tpl<N>
U¶
enumns::(Unnamed enum at library.hpp:384:5) Platform-independent error codes
W¶
structns::Win32Structure A structure demonstrating anonymous unions and structs.