xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
ihashable.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
interface.hpp
"
6
#include "
usize.hpp
"
7
9
namespace
xtd
{
21
class
ihashable
interface_
{
22
public
:
24
28
[[nodiscard]]
virtual
auto
get_hash_code
() const noexcept ->
xtd
::
usize
= 0;
30
};
31
}
xtd::ihashable
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition
ihashable.hpp:21
xtd::ihashable::get_hash_code
virtual auto get_hash_code() const noexcept -> xtd::usize=0
Serves as a hash function for a particular type.
interface_
#define interface_
This keyword is use to represent an interface.
Definition
interface.hpp:58
xtd::usize
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition
usize.hpp:22
interface.hpp
Contains xtd::interface interface.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
usize.hpp
Contains xtd::usize type.
Generated on
for xtd by
Gammasoft
. All rights reserved.