4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
Public Types | Public Member Functions
fcppt::reference_hash< fcppt::reference< Type > > Struct Template Reference

Detailed Description

template<typename Type>
struct fcppt::reference_hash< fcppt::reference< Type > >

A hash for fcppt::reference that hashes pointers.

Public Types

using type = fcppt::reference< Type >
 

Public Member Functions

std::size_t operator() (type const &) const noexcept
 

Member Typedef Documentation

◆ type

template<typename Type >
using fcppt::reference_hash< fcppt::reference< Type > >::type = fcppt::reference<Type>

Member Function Documentation

◆ operator()()

template<typename Type >
std::size_t fcppt::reference_hash< fcppt::reference< Type > >::operator() ( type const &  ) const
noexcept