uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Classes | Public Types | List of all members
robin_hood::ROBIN_HOOD_STD::detail_::IntSeqImpl< T, Begin, End, bool > Struct Template Reference

#include <robin_hood.h>

Collaboration diagram for robin_hood::ROBIN_HOOD_STD::detail_::IntSeqImpl< T, Begin, End, bool >:

Classes

struct  IntSeqCombiner
 
struct  IntSeqCombiner< integer_sequence< TValue, Inds0... >, integer_sequence< TValue, Inds1... > >
 

Public Types

using TValue = T
 
using TResult = typename IntSeqCombiner< typename IntSeqImpl< TValue, Begin, Begin+(End - Begin)/2,(End - Begin)/2==1 >::TResult, typename IntSeqImpl< TValue, Begin+(End - Begin)/2, End,(End - Begin+1)/2==1 >::TResult >::TResult
 

Member Typedef Documentation

◆ TResult

template<class T , T Begin, T End, bool >
using robin_hood::ROBIN_HOOD_STD::detail_::IntSeqImpl< T, Begin, End, bool >::TResult = typename IntSeqCombiner<typename IntSeqImpl<TValue, Begin, Begin + (End - Begin) / 2, (End - Begin) / 2 == 1>::TResult, typename IntSeqImpl<TValue, Begin + (End - Begin) / 2, End, (End - Begin + 1) / 2 == 1>::TResult>::TResult

◆ TValue

template<class T , T Begin, T End, bool >
using robin_hood::ROBIN_HOOD_STD::detail_::IntSeqImpl< T, Begin, End, bool >::TValue = T

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