g2o
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
g2o::ceres::internal::SumImpl< std::integer_sequence< T, N1, N2, N3, N4, Ns... > > Struct Template Reference

#include <integer_sequence_algorithm.h>

Static Public Attributes

static constexpr T Value
 

Detailed Description

template<typename T, T N1, T N2, T N3, T N4, T... Ns>
struct g2o::ceres::internal::SumImpl< std::integer_sequence< T, N1, N2, N3, N4, Ns... > >

Definition at line 79 of file integer_sequence_algorithm.h.

Member Data Documentation

◆ Value

template<typename T , T N1, T N2, T N3, T N4, T... Ns>
constexpr T g2o::ceres::internal::SumImpl< std::integer_sequence< T, N1, N2, N3, N4, Ns... > >::Value
staticconstexpr
Initial value:
=
N1 + N2 + N3 + N4 + SumImpl<std::integer_sequence<T, Ns...>>::Value

Definition at line 80 of file integer_sequence_algorithm.h.


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