#include <memory>
Go to the source code of this file.
|
| template<typename Allocator , typename Iterator , typename... Args> |
| void | g2o::ceres::internal::ConstructRange (Allocator &alloc, Iterator first, Iterator last, const Args &... args) |
| |
| template<typename Allocator , typename Iterator , typename InputIterator > |
| void | g2o::ceres::internal::CopyRange (Allocator &alloc, Iterator destination, InputIterator first, InputIterator last) |
| |
◆ G2O_CERES_INTERNAL_CATCH_ANY
| #define G2O_CERES_INTERNAL_CATCH_ANY else if (false) |
◆ G2O_CERES_INTERNAL_RETHROW
| #define G2O_CERES_INTERNAL_RETHROW |
Value:
Definition at line 38 of file memory.h.
39 { \
40 } while (false)
◆ G2O_CERES_INTERNAL_TRY
| #define G2O_CERES_INTERNAL_TRY if (true) |