33 #ifndef DART_COMMON_STLHELPERS_HPP_
34 #define DART_COMMON_STLHELPERS_HPP_
44 #define DART_UNUSED(x) do { (void)(x); } while (0)
53 assert(
index < vec.size());
54 if(
index < vec.size())
std::size_t index
Definition: SkelParser.cpp:1617
static T getVectorObjectIfAvailable(std::size_t index, const std::vector< T > &vec)
Definition: StlHelpers.hpp:51
Definition: BulletCollisionDetector.cpp:63