Represent an interface class.
- Namespace
- xtd
- Library
- xtd.core
- Examples
public:
};
public:
foo() = default;
std:
string to_string()
const override {
return "foo";}
};
Represent an interface class.
Definition interface.h:31
Provides a way to represent the current object as a string.
Definition istringable.h:23
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:41
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
- Examples
- interface2.cpp.
The documentation for this class was generated from the following file: