一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
ein::reify< T, xs > Struct Template Reference

#include <static_string.hpp>

Static Public Attributes

static constexpr const T value [sizeof...(xs)+1] = {xs..., T() }
 

Detailed Description

template<typename T, T... xs>
struct ein::reify< T, xs >

Definition at line 21 of file static_string.hpp.

Member Data Documentation

◆ value

template<typename T , T... xs>
const T ein::reify< T, xs >::value[sizeof...(xs)+1] = {xs..., T() }
staticconstexpr

Definition at line 22 of file static_string.hpp.

22{xs..., T() };

The documentation for this struct was generated from the following file: