Loading [MathJax]/extensions/tex2jax.js
Tatooine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
Public Types | List of all members
tatooine::reflection::get_type_impl< I, T > Struct Template Reference

#include <reflection.h>

Public Types

using type = decltype(reflector< std::decay_t< T > >::get(std::integral_constant< std::size_t, I >{}, std::declval< T >()))
 

Member Typedef Documentation

◆ type

template<std::size_t I, typename T >
using tatooine::reflection::get_type_impl< I, T >::type = decltype(reflector<std::decay_t<T> >::get( std::integral_constant<std::size_t, I>{}, std::declval<T>()))

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