g2o
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
g2o::ceres::internal::SumImpl< std::integer_sequence< T, N1, N2, 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... Ns>
struct g2o::ceres::internal::SumImpl< std::integer_sequence< T, N1, N2, Ns... > >

Definition at line 72 of file integer_sequence_algorithm.h.

Member Data Documentation

◆ Value

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

Definition at line 73 of file integer_sequence_algorithm.h.


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