44 inline std::ostream& operator<<(std::ostream& os,
arrange_starting_position value) {
return os <<
to_string(value, {{
arrange_starting_position::bottom_left,
"bottom_left"}, {
arrange_starting_position::bottom_right,
"bottom_right"}, {
arrange_starting_position::top_left,
"top_left"}, {
arrange_starting_position::top_right,
"top_right"}, {
arrange_starting_position::hide,
"hide"}});}
45 inline std::wostream& operator<<(std::wostream& os,
arrange_starting_position value) {
return os <<
to_string(value, {{
arrange_starting_position::bottom_left, L
"bottom_left"}, {
arrange_starting_position::bottom_right, L
"bottom_right"}, {
arrange_starting_position::top_left, L
"top_left"}, {
arrange_starting_position::top_right, L
"top_right"}, {
arrange_starting_position::hide, L
"hide"}});}
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.