49 inline std::ostream& operator<<(std::ostream& os,
bounds_specified value) {
return os <<
to_string(value, {{
bounds_specified::none,
"none"}, {
bounds_specified::x,
"x"}, {
bounds_specified::y,
"y"}, {
bounds_specified::width,
"width"}, {
bounds_specified::height,
"height"}});}
50 inline std::wostream& operator<<(std::wostream& os,
bounds_specified value) {
return os <<
to_string(value, {{
bounds_specified::none, L
"none"}, {
bounds_specified::x, L
"x"}, {
bounds_specified::y, L
"y"}, {
bounds_specified::width, L
"width"}, {
bounds_specified::height, L
"height"}});}
size_t size
Represents a size of any object in bytes.
Definition: types.h:171
std::string to_string(const value_t &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition: to_string.h:37
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
Contains xtd::ustring class.