ttvalue.h
Go to the documentation of this file.
1 #ifndef TTG_TTVALUE_H
2 #define TTG_TTVALUE_H
3 
4 #include "ttg/fwd.h"
5 
6 namespace ttg {
7 
8  template<typename T>
9  using TTValue = TTG_IMPL_NS::TTValue<T>;
10 
11 } // namespace ttg
12 
13 #endif // TTG_TTVALUE_H
top-level TTG namespace contains runtime-neutral functionality
Definition: keymap.h:8