class
#include <Base/include/Framework/Name.hpp>
Name Contents
Utility class to represent a hashed string. By default this class uses the register size of the current system to store the hash number
Public static functions
Constructors, destructors, conversion operators
Public functions
- auto Hash() const -> fsize noexcept
- auto operator==(const Name& other) const -> bool noexcept
- auto operator!=(const Name& other) const -> bool noexcept
Function documentation
bool bpf:: Name:: operator==(const Name& other) const noexcept
Returns | true if the two Names are equal false otherwise |
---|
Compare Name
bool bpf:: Name:: operator!=(const Name& other) const noexcept
Returns | false if the two Names are equal true otherwise |
---|
Compare Name