|
repr 0.1
Reconstructable string representations and more
|
#include <array.h>
Public Types | |
| using | type = T[N] |
| using | element_type = T |
Static Public Member Functions | |
| template<typename V > | |
| static void | visit (V &&visitor, T(&obj)[N]) |
| template<typename V > | |
| static void | visit (V &&visitor) |
| static auto | type_name () |
Static Public Attributes | |
| static constexpr auto | extent = N |
| static constexpr bool | can_descend = true |
| static constexpr bool | iterable = true |
| using librepr::Reflect< T[N]>::element_type = T |
| using librepr::Reflect< T[N]>::type = T[N] |
|
inlinestaticinherited |
|
inlinestatic |
|
inlinestatic |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |