|
static constexpr size_t | N = osc_type_string_length<T>() |
|
static constexpr std::array< char, N > | value |
|
◆ value
Initial value:= []()
{
std::array<char, N> ret{0};
ret[0] = ',';
if constexpr (std::integral<element_t<T>>)
tag =
'i';
else if constexpr (std::floating_point<element_t<T>>)
tag =
'f';
else return ret;
for (std::size_t i = 0; i < size<value_t<T>>(); ++i)
return ret;
}()
Definition sygac-endpoints.hpp:92
Definition sygac-endpoints.hpp:166
Definition sygac-endpoints.hpp:161
#define tag(TAG)
Helper struct for defining recognized tags. This is immediately undefed, so don't try to use it!
Definition sygah-endpoints.hpp:238
The documentation for this struct was generated from the following file: