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

#include <kblib/fakestd.h>

Inheritance diagram for kblib::key_detected< T, void_t< typename T::key_type > >:
Collaboration diagram for kblib::key_detected< T, void_t< typename T::key_type > >:

Public Types

using type = typename T::key_type
 

Detailed Description

template<typename T>
struct kblib::key_detected< T, void_t< typename T::key_type > >

Definition at line 890 of file fakestd.h.

Member Typedef Documentation

◆ type

template<typename T >
using kblib::key_detected< T, void_t< typename T::key_type > >::type = typename T::key_type

Definition at line 891 of file fakestd.h.


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