33 #ifndef DART_COMMON_STLHELPERS_HPP_
34 #define DART_COMMON_STLHELPERS_HPP_
44 #define DART_UNUSED(x) \
56 std::size_t
index,
const std::vector<T>& vec)
58 assert(
index < vec.size());
59 if (
index < vec.size())
std::size_t index
Definition: SkelParser.cpp:1672
static T getVectorObjectIfAvailable(std::size_t index, const std::vector< T > &vec)
Definition: StlHelpers.hpp:55
Definition: BulletCollisionDetector.cpp:65