DART  6.10.1
StlHelpers.hpp File Reference
#include <cassert>
#include <cstddef>
#include <vector>
#include "Memory.hpp"

Go to the source code of this file.

Namespaces

 dart
 
 dart::common
 

Macros

#define DART_UNUSED(x)
 

Functions

template<typename T >
static T dart::common::getVectorObjectIfAvailable (std::size_t index, const std::vector< T > &vec)
 

Macro Definition Documentation

◆ DART_UNUSED

#define DART_UNUSED (   x)
Value:
do \
{ \
(void)(x); \
} while (0)