14#ifndef __cxz_to_string_cc_h__
15#define __cxz_to_string_cc_h__
41 for(;
it != a.end()-1; ++
it){
49 template <
typename T,
size_t N>
59 for(;
it != a.end()-1; ++
it){
67 template <
typename...
Ts>
73 return iter<1,
sizeof...(Ts)>
74 ( [&](
auto i) {
return toString(std::get<i>(
t)); },
75 [&](
const auto&...
xs) {
80 template <
typename T,
typename S>
86 template <
typename T,
typename S>
106 template <
typename T>
std::vector< T, Allocator< T > > Vector
Sptr< Range > rangeCast(const RangePtr r)
String toString(const T &a)
constexpr decltype(auto) iter(const G &g, const F &f)
static String func(const T &a)
String converter declarations.