kblib 0.2.3
General utilities library for modern C++
kblib::detail::type_map_el< K, V > Struct Template Reference

#include <kblib/fakestd.h>

Public Types

using value = V
 

Static Public Attributes

static constexpr auto key = K
 

Detailed Description

template<auto K, typename V>
struct kblib::detail::type_map_el< K, V >

Definition at line 755 of file fakestd.h.

Member Typedef Documentation

◆ value

template<auto K, typename V >
using kblib::detail::type_map_el< K, V >::value = V

Definition at line 757 of file fakestd.h.

Member Data Documentation

◆ key

template<auto K, typename V >
constexpr auto kblib::detail::type_map_el< K, V >::key = K
staticconstexpr

Definition at line 756 of file fakestd.h.


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