tinympl  0.2
mini MPL library for C++11
tinympl::value_map< KeyType, ValueType, Args >::is_valid_key_type< T > Struct Template Reference

Determines whether T is a valid key type, i.e. std::integral_constant<KeyType,KeyValue> More...

#include <tinympl/value_map.hpp>

Inherits false_type.

Detailed Description

template<class KeyType, class ValueType, class... Args>
template<class T>
struct tinympl::value_map< KeyType, ValueType, Args >::is_valid_key_type< T >

Determines whether T is a valid key type, i.e. std::integral_constant<KeyType,KeyValue>


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