xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd
static_object
List of all members
xtd::static_object Class Reference
﹡ libraries
»
xtd.core
Inheritance diagram for xtd::static_object:
Definition
Represent a static object. A static class can't be instantiated (constructors are deleted).
Namespace
xtd
Library
xtd.core
Examples
class
foo :
public
static_object {
public
:
static
xtd::string
to_string
() {
return
"foo"
;}
};
xtd::string
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition
__string_definitions.hpp:43
xtd::to_string
auto to_string() const noexcept -> xtd::string override
Returns the string representation of this xtd::read_only_span <type_t> object.
Definition
read_only_span.hpp:342
The documentation for this class was generated from the following file:
xtd.core/include/xtd/
static.hpp
Generated on
for xtd by
Gammasoft
. All rights reserved.