g2o
Loading...
Searching...
No Matches
Namespaces | Functions
variadic_evaluate.h File Reference
#include <stddef.h>
#include <type_traits>
#include <utility>
#include "parameter_dims.h"
Include dependency graph for variadic_evaluate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  g2o
 
namespace  g2o::ceres
 
namespace  g2o::ceres::internal
 

Functions

template<typename Functor , typename T , int... Indices>
bool g2o::ceres::internal::VariadicEvaluateImpl (const Functor &functor, T const *const *input, T *output, std::false_type, std::integer_sequence< int, Indices... >)
 
template<typename Functor , typename T >
bool g2o::ceres::internal::VariadicEvaluateImpl (const Functor &functor, T const *const *input, T *output, std::true_type, std::integer_sequence< int >)
 
template<typename ParameterDims , typename Functor , typename T >
bool g2o::ceres::internal::VariadicEvaluateImpl (const Functor &functor, T const *const *input, T *output, const void *)
 
template<typename ParameterDims , typename Functor , typename T >
bool g2o::ceres::internal::VariadicEvaluate (const Functor &functor, T const *const *input, T *output)