Spread namespace
This namespace is spread over two files.
So it has per-entry includes next to template info, properly expanding the brief-only docs into detailed ones.
Typedefs
-
template<class T>using Alias = T
- A template alias.
Functions
-
template<class T>void bar()
- A templated function.
Variables
-
template<class T>const T* Var constexpr
- A templated variable.
Typedef documentation
Function documentation
Variable documentation
#include <Second.h>
template<class T>
const T* Spread:: Var constexpr
A templated variable.