Skip to content

Namespace ns

A

  • function a()
  • function abs(double) Computes the absolute value of a floating-point number.
  • function abs(int) Computes the absolute value of an integer.
  • concept Addable Concept that checks if a type supports addition.
  • function another_function(int)
  • class array<N> First paragraph will automatically be the brief description.

C

D

  • union Data A union to hold different types of data.
  • struct Demo Simple struct

E

  • class Example Example class demonstrating documentation.

F

I

M

P

  • typedef Pair Template alias for a pair of types
  • variable pi Templated inline variable
  • deduction guide Point Deduction guide for Point
  • class Point<T> A 3D point structure.

S

T

U

V

  • struct Vec A simple vector structure.

W

  • struct Win32Structure A structure demonstrating anonymous unions and structs.
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.