Public Types | Static Public Attributes | List of all members
art::key_traits< K > Struct Template Reference

#include <traits.h>

Public Types

using key_type = K
 

Static Public Attributes

static constexpr key_type value
 

Detailed Description

template<typename K>
struct art::key_traits< K >

Definition at line 36 of file traits.h.

Member Typedef Documentation

template<typename K >
using art::key_traits< K >::key_type = K

Definition at line 37 of file traits.h.

Member Data Documentation

template<typename K >
constexpr key_type art::key_traits< K >::value
static
Initial value:
{
std::numeric_limits<typename key_traits<K>::key_type>::max()}

Definition at line 38 of file traits.h.


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