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

#include <TupleLookupByTag.h>

Inheritance diagram for util::details::index_of_extracted_type_impl< Extractor, Target, I, Target, Tuple >:

Static Public Attributes

static constexpr std::size_t N = std::tuple_size<Tuple>()
 

Detailed Description

template<template< typename T, typename... > class Extractor, typename Target, std::size_t I, typename Tuple>
struct util::details::index_of_extracted_type_impl< Extractor, Target, I, Target, Tuple >

Definition at line 1074 of file TupleLookupByTag.h.

Member Data Documentation

template<template< typename T, typename... > class Extractor, typename Target , std::size_t I, typename Tuple >
constexpr std::size_t util::details::index_of_extracted_type_impl< Extractor, Target, I, Target, Tuple >::N = std::tuple_size<Tuple>()
static

Definition at line 1077 of file TupleLookupByTag.h.


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