Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TSeq.hxx File Reference
#include "TError.h"
#include <iterator>
#include <type_traits>
#include <sstream>

Classes

class  ROOT::TSeq< T >::iterator
class  ROOT::TSeq< T >
 A pseudo container class which is a generator of indices. More...

Namespaces

namespace  ROOT

Typedefs

using ROOT::TSeqI = TSeq<int>
using ROOT::TSeqL = TSeq<long>
using ROOT::TSeqU = TSeq<unsigned int>
using ROOT::TSeqUL = TSeq<unsigned long>

Functions

template<class T>
TSeq< T > ROOT::MakeSeq (T begin, T end, T step=1)
template<class T>
TSeq< T > ROOT::MakeSeq (T end)