MCPcopy Create free account
hub / github.com/PX4/eigen / get

Function get

test/stdlist_overload.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28template <class Container, class Position>
29typename Container::iterator get(Container & c, Position position)
30{
31 typename Container::iterator it = c.begin();
32 std::advance(it, position);
33 return it;
34}
35
36template <class Container, class Position, class Value>
37void set(Container & c, Position position, const Value & value)

Callers 4

check_stdlist_matrixFunction · 0.70
check_stdlist_transformFunction · 0.70
check_stdlist_quaternionFunction · 0.70
InnerIteratorMethod · 0.50

Calls 1

beginMethod · 0.80

Tested by

no test coverage detected