xtd
0.2.0
Loading...
Searching...
No Matches
◆
concat()
[2/9]
template<typename object_a_t , typename object_b_t , typename object_c_t , typename object_d_t >
static
ustring
xtd::ustring::concat
(
object_a_t
obj_a
,
object_b_t
obj_b
,
object_c_t
obj_c
,
object_d_t
obj_d
)
inline
static
noexcept
Concatenates four specified instances of object.
Parameters
obj_a
The first object to concatenate.
obj_b
The second object to concatenate.
obj_c
The third object to concatenate.
obj_d
The fourth object to concatenate.
Returns
The concatenation of obj_a, obj_b, obj_c and obj_d.
xtd
ustring
Generated on Thu Aug 15 2024 14:28:54 for xtd by
Gammasoft
. All rights reserved.