DART  6.6.2
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)   do { (void)(x); } while (0)
 

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)    do { (void)(x); } while (0)