omni::application::exit
NAME

omni::application::exit

A function of omni::application

#include <omni/application.hpp>
inline void omni::application::exit()

SYNOPSIS

Exits the main application with a return value of 0.

top

DESCRIPTION

Invokes omni::application::exit passing a 0 value for the exit status.

top