Lumiera  0.pre.03
»edit your freedom«
_HashImplementationSelector< TY, std::enable_if_t< lib::meta::provides_BoostHashFunction< TY >::value > > Struct Template Reference

#include "lib/hash-standard.hpp"

Description

template<typename TY>
struct std::_HashImplementationSelector< TY, std::enable_if_t< lib::meta::provides_BoostHashFunction< TY >::value > >

Specialisation: Bridge from std::hash to boost::hash.

Definition at line 128 of file hash-standard.hpp.

Public Member Functions

size_t operator() (TY const &elm) const noexcept
 
+ Inheritance diagram for _HashImplementationSelector< TY, std::enable_if_t< lib::meta::provides_BoostHashFunction< TY >::value > >:
+ Collaboration diagram for _HashImplementationSelector< TY, std::enable_if_t< lib::meta::provides_BoostHashFunction< TY >::value > >:

The documentation for this struct was generated from the following file: