oa::KeyHash

KeyHash struct in the OA Core public surface.

Public Methods

oa::Usize oa::KeyHash::operator()(T inValue)
oa::Usize oa::KeyHash::operator()(oa::StringView inValue)
oa::Usize oa::KeyHash::operator()(const oa::String & inValue)

Public Method Documentation

oa::Usize oa::KeyHash::operator()( T inValue )
No public source comment is attached to this declaration.

Parameters

inValue
T

Returns

oa::Usize

The declared return value.

oa::Usize oa::KeyHash::operator()( oa::StringView inValue )
No public source comment is attached to this declaration.

Parameters

inValue
oa::StringView

Returns

oa::Usize

The declared return value.

oa::Usize oa::KeyHash::operator()( const oa::String & inValue )
No public source comment is attached to this declaration.

Parameters

inValue
const oa::String &

Returns

oa::Usize

The declared return value.