xtd 0.2.0
Loading...
Searching...
No Matches
__format_information.h
Go to the documentation of this file.
1
3#pragma once
5#if !defined(__XTD_CORE_INTERNAL__)
6#error "Do not include this file: Internal use only"
7#endif
9
10#include <string>
11#include <limits>
12
14template<typename char_t>
15struct __format_information {
16 size_t index = std::numeric_limits<size_t>::max();
17 size_t location = 0;
18 std::basic_string<char_t> alignment;
19 std::basic_string<char_t> format;
20};
@ location
Specifies that both the x and y coordinates of the control are defined.