5#if !defined(__XTD_CORE_INTERNAL__)
6#error "Do not include this file: Internal use only"
14template<
typename char_t>
15struct __format_information {
16 size_t index = std::numeric_limits<size_t>::max();
18 std::basic_string<char_t> alignment;
19 std::basic_string<char_t> format;