Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
wildcards::iterated_item< It > Struct Template Reference

template<typename It>
struct wildcards::iterated_item< It >

Definition at line 346 of file wildcards.hpp.

Public Types

using type = typename std::remove_cv<typename std::remove_reference<decltype(*std::declval<It>())>::type>::type

#include </home/stephan/code/root-2/main/src/wildcards.hpp>

Member Typedef Documentation

◆ type

template<typename It>
using wildcards::iterated_item< It >::type = typename std::remove_cv<typename std::remove_reference<decltype(*std::declval<It>())>::type>::type

Definition at line 347 of file wildcards.hpp.


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