SRSDK  0.10.39
Loading...
Searching...
No Matches
experimental.hpp File Reference

Go to the source code of this file.

Data Structures

class  ExperimentalAPIEntry< R(Args...)>
 

Namespaces

namespace  leia
 

Macros

#define LEIA_CXX_DECLARE_EXPERIMENTAL_API_ENTRY(T)
 

Macro Definition Documentation

◆ LEIA_CXX_DECLARE_EXPERIMENTAL_API_ENTRY

#define LEIA_CXX_DECLARE_EXPERIMENTAL_API_ENTRY (   T)
Value:
ExperimentalAPIEntry<typename std::remove_pointer<T>::type> T \
{ \
#T, T##_VERSION \
}