g2o
Loading...
Searching...
No Matches
Public Member Functions | List of all members
g2o::ceres::internal::ArraySelector< T, num_elements, max_num_elements_on_stack, false, false > Struct Template Reference

#include <array_selector.h>

Inheritance diagram for g2o::ceres::internal::ArraySelector< T, num_elements, max_num_elements_on_stack, false, false >:
Inheritance graph
[legend]
Collaboration diagram for g2o::ceres::internal::ArraySelector< T, num_elements, max_num_elements_on_stack, false, false >:
Collaboration graph
[legend]

Public Member Functions

 ArraySelector (int s)
 

Detailed Description

template<typename T, int num_elements, int max_num_elements_on_stack>
struct g2o::ceres::internal::ArraySelector< T, num_elements, max_num_elements_on_stack, false, false >

Definition at line 80 of file array_selector.h.

Constructor & Destructor Documentation

◆ ArraySelector()

template<typename T , int num_elements, int max_num_elements_on_stack>
g2o::ceres::internal::ArraySelector< T, num_elements, max_num_elements_on_stack, false, false >::ArraySelector ( int  s)
inlineexplicit

Definition at line 82 of file array_selector.h.

82: std::vector<T>(s) {}

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