Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition ihashable.hpp:21
virtual xtd::usize get_hash_code() const noexcept=0
Serves as a hash function for a particular type.
#define interface_
This keyword is use to represent an interface.
Definition interface.hpp:58
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition usize.hpp:22
Contains xtd::interface interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::usize type.