My Project
Typedefs | Variables
exit_code.hpp File Reference
#include "cstdint.hpp"

Go to the source code of this file.

Typedefs

using bsl::exit_code = bsl::int32
 defines the exit code type
 

Variables

constexpr exit_code bsl::exit_success {0}
 represents a successful exit
 
constexpr exit_code bsl::exit_failure {1}
 represents a failed exit
 

Detailed Description