nonstd::variants::detail::typelist_index_of< typelist< Head, Tail >, T > Struct Template Reference

#include <ndn-cxx/util/nonstd/variant.hpp>

Public Types

enum  V { value = nextVal == -1 ? -1 : 1 + nextVal }
 

Detailed Description

template<class Head, class Tail, class T>
struct nonstd::variants::detail::typelist_index_of< typelist< Head, Tail >, T >

Definition at line 635 of file variant.hpp.

Member Enumeration Documentation

template<class Head , class Tail , class T >
enum nonstd::variants::detail::typelist_index_of< typelist< Head, Tail >, T >::V
Enumerator
value 

Definition at line 641 of file variant.hpp.