operator ->

release/4.3a0
Paul Furgale 2014-12-01 15:16:55 +01:00
parent bee32cc472
commit 952f4d7810
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ public:
} }
/// TODO: operator->() /// TODO: operator->()
Eigen::Map<Fixed>* operator->(){ return &map_; }
}; };
} // namespace gtsam } // namespace gtsam