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  exit : decltype(EXIT_SUCCESS) { success = EXIT_SUCCESS , failure = EXIT_FAILURE }
 Re-exports EXIT_SUCCESS and EXIT_FAILURE.

Variables

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

Detailed Description

Main namespace for dxx.cstd module.