Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 3.41 KB

File metadata and controls

79 lines (61 loc) · 3.41 KB

Examples

The repository ships runnable examples under examples/. This index is meant for quick entry points: find the smallest program that matches the relevant feature and start there.

Start Here

Factories

Scopes, Arrays, And Wrappers

Interfaces, Collections, And Dispatch

Construction Helpers

Lookup And Container Topology

Infrastructure

Building The Examples

Examples are enabled through the development build:

cmake -S . -B build -DDINGO_DEVELOPMENT_MODE=ON -DDINGO_EXAMPLES_ENABLED=ON
cmake --build build
ctest --test-dir build --output-on-failure