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