OSSIA
Open Scenario System for Interactive Application
typelist.hpp
1 #pragma once
2 
3 namespace ossia
4 {
5 
6 template <typename... Args>
7 struct tl
8 {
9 };
10 
11 }
Definition: git_info.h:7