Skip to content

Latest commit

 

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Reserved namespace for applications

The snn::app namespace is reserved for user applications (yours), unit tests, fuzzers, generators etc.

It is recommended to qualify function calls in this namespace, e.g. app::my_function(...). This is to avoid surprises with ADL.