refl-cpp
refl::trait::index_of_instance< T, type_list< Ts... > > Struct Template Reference

The index of the type in the type list that is a template instance of T, -1 if it doesn't exist. More...

#include <refl.hpp>

Detailed Description

template<template< typename... > typename T, typename... Ts>
struct refl::trait::index_of_instance< T, type_list< Ts... > >

The index of the type in the type list that is a template instance of T, -1 if it doesn't exist.

See also
contains_instance

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