14 #define SEQAN3_CONTRIB_CHARCONV_LIBCPP_BEGIN_NAMESPACE_STD namespace seqan3::contrib::charconv {
15 #define SEQAN3_CONTRIB_CHARCONV_LIBCPP_END_NAMESPACE_STD }
16 #define SEQAN3_CONTRIB_CHARCONV_LIBCPP_STD_VER 17
17 #define SEQAN3_CONTRIB_CHARCONV_LIBCPP_FUNC_VIS
18 #define SEQAN3_CONTRIB_CHARCONV_LIBCPP_ENUM_VIS
19 #define SEQAN3_CONTRIB_CHARCONV_LIBCPP_TYPE_VIS
20 #define SEQAN3_CONTRIB_CHARCONV_LIBCPP_HIDDEN
21 #define SEQAN3_CONTRIB_CHARCONV_LIBCPP_INLINE_VISIBILITY
22 #define SEQAN3_CONTRIB_CHARCONV_LIBCPP_ASSERT(condition, message) assert(condition)
25 namespace seqan3::contrib::charconv
39 struct SEQAN3_CONTRIB_CHARCONV_LIBCPP_TYPE_VIS to_chars_result;
43 template <
typename _Tp>
44 inline SEQAN3_CONTRIB_CHARCONV_LIBCPP_INLINE_VISIBILITY to_chars_result
45 __to_chars_itoa(
char* __first,
char* __last, _Tp __value, false_type);