dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
dxx::c Namespace Referenceexport

Main namespace for dxx.cstd module. More...

Namespaces

namespace  stdio
 Re-export stdin/stdout/stderr

Enumerations

enum class  dxx::c::exit : decltype(EXIT_SUCCESS) { success = EXIT_SUCCESS , failure = EXIT_FAILURE }
 Re-exports EXIT_SUCCESS and EXIT_FAILURE

Variables

auto & dxx::c::stdin = stdio::in
auto & dxx::c::stdout = stdio::out
auto & dxx::c::stderr = stdio::err
constexpr auto dxx::c::EXIT_SUCCESS = std::to_underlying(exit::success)
constexpr auto dxx::c::EXIT_FAILURE = std::to_underlying(exit::failure)

Detailed Description

Main namespace for dxx.cstd module.