repr 0.1
Reconstructable string representations and more
|
Go to the source code of this file.
Namespaces | |
namespace | librepr |
namespace | librepr::pack |
namespace | librepr::pack::detail |
Typedefs | |
template<template< typename... > class List, auto... Vs> | |
using | librepr::pack::wrap = List< ValueWrapper< Vs >... > |
template<template< auto... > class List, typename T > | |
using | librepr::pack::unwrap = typename detail::UnwrapValue< List, T >::type |
template<typename T , template< typename... > class To> | |
using | librepr::pack::rebox = typename detail::ReBoxImpl< T, To >::type |
template<typename T , template< auto... > class To> | |
using | librepr::pack::rebox_v = typename detail::ReBoxVImpl< T, To >::type |
template<std::size_t Idx, typename T > | |
using | librepr::pack::get = typename Split< Idx, T >::type |