scenario_simulator_v2 C++ API
Macros
requires.hpp File Reference
#include <type_traits>
Include dependency graph for requires.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define REQUIRES(...)   typename = typename std::enable_if<std::conjunction<__VA_ARGS__>::value>::type
 

Macro Definition Documentation

◆ REQUIRES

#define REQUIRES (   ...)    typename = typename std::enable_if<std::conjunction<__VA_ARGS__>::value>::type