|
gtsam
4.0.0
gtsam
|
A helper class that behaves as a container with one element, and works with boost::range.
Public Member Functions | |
| ListOfOneContainer (const T &element) | |
| const T * | begin () const |
| const T * | end () const |
| T * | begin () |
| T * | end () |
| size_t | size () const |
Public Types | |
| typedef T | value_type |
| typedef const T * | const_iterator |
| typedef T * | iterator |