Skip to content

Struct Demo

struct Demo demo

struct Demo { … }

Simple struct

variable value

int value

An integer value

Fully qualified name: ns::Demo::value

Declared at library.hpp:86

variable symbol

char symbol

A character symbol

Fully qualified name: ns::Demo::symbol

Declared at library.hpp:87

Fully qualified name: ns::Demo

Declared at library.hpp:84

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.