Static Public Attributes | List of all members
util::details::index_of_type_helper< Extractor, Target, Tuple > Struct Template Reference

#include <TupleLookupByTag.h>

Static Public Attributes

static constexpr std::size_t N = std::tuple_size<Tuple>::value
 
static constexpr std::size_t value = index_of_type_base<Extractor, Target, Tuple>()
 

Detailed Description

template<template< typename T, typename... > class Extractor, typename Target, typename Tuple>
struct util::details::index_of_type_helper< Extractor, Target, Tuple >

Definition at line 1107 of file TupleLookupByTag.h.

Member Data Documentation

template<template< typename T, typename... > class Extractor, typename Target , typename Tuple >
constexpr std::size_t util::details::index_of_type_helper< Extractor, Target, Tuple >::N = std::tuple_size<Tuple>::value
static

Definition at line 1108 of file TupleLookupByTag.h.

template<template< typename T, typename... > class Extractor, typename Target , typename Tuple >
constexpr std::size_t util::details::index_of_type_helper< Extractor, Target, Tuple >::value = index_of_type_base<Extractor, Target, Tuple>()
static

Definition at line 1109 of file TupleLookupByTag.h.


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