25 friend std::ostream& operator<<(std::ostream& os,
const background_color& color) {
Represent background color output manipulator class.
Definition: background_color.h:17
background_color(console_color color)
Sets the background color of the console.
Definition: background_color.h:22
static console_color background_color()
Gets the background color of the console.
static std::ostream out
Gets the standard output stream. A std::basic_ostream<char_t> that represents the standard output str...
Definition: console.h:39
static bool is_out_redirected()
Gets a value that indicates whether the output stream has been redirected from the standard output st...
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition: object.h:26
Contains xtd::console class.
console_color
Specifies constants that define foreground and background colors for the console.
Definition: console_color.h:17
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
Contains xtd::object class.