OSSIA
Open Scenario System for Interactive Application
value_vector.hpp
1 #pragma once
2 #include <ossia/detail/small_vector.hpp>
3 
4 namespace ossia
5 {
6 template <typename T>
7 using value_vector = ossia::small_vector<T, 4>;
8 }
Definition: git_info.h:7