5#define __XTD_STD_INTERNAL__
7#undef __XTD_STD_INTERNAL__
30 template<
class type_t,
class stringable_t>
31 class stream_insertion_operator {
40 friend auto operator <<(std::ostream& os,
const type_t& value) -> std::ostream& {
return os << value.to_string();}
Contains __xtd_std_version definitions.
Internal comparable operators definition.
Definition stream_insertion_operator.hpp:31
friend auto operator<<(std::ostream &os, const type_t &value) -> std::ostream &
Stream insertable operator with specidied value.
Definition stream_insertion_operator.hpp:40
The xtd::extensions namespace contains interface extensions.
Definition comparison_operators.hpp:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8