OSVR-Core
|
Header. More...
#include <osvr/TypePack/TypePack.h>
#include "gtest/gtest.h"
#include <type_traits>
#include <string>
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
using | myhead = uint32_t |
using | myelt1 = myhead |
using | myelt2 = int16_t |
using | myelt3 = bool |
using | mytail = tp::list< myelt2, myelt3 > |
using | myhead2 = tp::list< myelt1, myelt2 > |
using | mylist = tp::list< myelt1, myelt2, myelt3 > |
Header.