#include <stddef.h>
#include <type_traits>
#include <utility>
#include "parameter_dims.h"
Go to the source code of this file.
|
| 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) |
| |