kblib 0.2.3
General utilities library for modern C++
kblib::hash_detected< T, void_t< typename T::hasher > > Struct Template Reference

#include <kblib/fakestd.h>

Inheritance diagram for kblib::hash_detected< T, void_t< typename T::hasher > >:
Collaboration diagram for kblib::hash_detected< T, void_t< typename T::hasher > >:

Public Types

using type = typename T::hasher
 

Detailed Description

template<typename T>
struct kblib::hash_detected< T, void_t< typename T::hasher > >

Definition at line 916 of file fakestd.h.

Member Typedef Documentation

◆ type

template<typename T >
using kblib::hash_detected< T, void_t< typename T::hasher > >::type = typename T::hasher

Definition at line 917 of file fakestd.h.


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