OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
size.hpp
1
#pragma once
2
3
namespace
ossia
4
{
5
6
template
<
typename
T>
7
struct
size;
8
9
template
<
template
<
typename
...>
typename
T,
typename
... Args>
10
struct
size<T<Args...>>
11
{
12
static
const
constexpr
int
value =
sizeof
...(Args);
13
};
14
}
ossia
Definition
git_info.h:7
src
ossia
detail
size.hpp
Generated on Mon Mar 31 2025 23:58:28 for OSSIA by
1.9.8