|
g2o
|
#include <base_fixed_sized_edge.h>
Public Member Functions | |
| constexpr | TrivialPair (int f, int s) |
| bool | operator== (const TrivialPair &other) const |
Public Attributes | |
| int | first |
| int | second |
A trivial pair that has a constexpr c'tor. std::pair in C++11 has not a constexpr c'tor.
Definition at line 68 of file base_fixed_sized_edge.h.
|
inlineconstexpr |
Definition at line 70 of file base_fixed_sized_edge.h.
|
inline |
| int g2o::internal::TrivialPair::first |
Definition at line 69 of file base_fixed_sized_edge.h.
Referenced by operator==().
| int g2o::internal::TrivialPair::second |
Definition at line 69 of file base_fixed_sized_edge.h.
Referenced by operator==().