cereal
A C++11 library for serialization
Loading...
Searching...
No Matches
cereal::tuple_detail::char_seq_to_c_str< Cs > Struct Template Reference

Creates a c string from a sequence of characters. More...

#include </build/libcereal-p0YfAJ/libcereal-1.3.2+dfsg/include/cereal/types/tuple.hpp>

Public Types

typedef const char(& arr_type)[sizeof...(Cs)+size]

Static Public Attributes

static const int size = 14
static const char str [sizeof...(Cs)+size]

Detailed Description

template<char... Cs>
struct cereal::tuple_detail::char_seq_to_c_str< Cs >

Creates a c string from a sequence of characters.

The c string created will always be prefixed by "tuple_element" Based on code from: http://stackoverflow/a/20973438/710791


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