process-cpp
3.0.0
A simple convenience library for handling processes in C++11.
Enumerations
core::posix::exit Namespace Reference
Enumerations
enum class
Status
{
success
= EXIT_SUCCESS ,
failure
= EXIT_FAILURE
}
The Status enum wrap's the posix exit status.
More...
Enumeration Type Documentation
◆
Status
enum
class
core::posix::exit::Status
strong
The Status enum wrap's the posix exit status.
Enumerator
success
failure
Definition at line
33
of file
exit.h
.
core
posix
exit
Generated on Wed Feb 14 2024 00:00:00 for process-cpp by
1.10.0