xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
internal
__format_information.hpp
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
14
template
<
typename
char
_t>
15
struct
__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
};
xtd::format
auto format(const xtd::string &fmt, args_t &&... args) -> xtd::string
Writes the text representation of the specified arguments list, to string using the specified format ...
Definition
format.hpp:21
xtd::forms::bounds_specified::location
@ location
Specifies that both the x and y coordinates of the control are defined.
Definition
bounds_specified.hpp:30
Generated on
for xtd by
Gammasoft
. All rights reserved.