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

Function mapstaticmethods

test/mapstaticmethods.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141template<typename PlainObjectType>
142void mapstaticmethods(const PlainObjectType& m)
143{
144 mapstaticmethods_impl<PlainObjectType>::run(m);
145 VERIFY(true); // just to avoid 'unused function' warning
146}
147
148void test_mapstaticmethods()
149{

Callers 1

test_mapstaticmethodsFunction · 0.85

Calls 1

runFunction · 0.50

Tested by 1

test_mapstaticmethodsFunction · 0.68