xtd 0.2.0
Loading...
Searching...
No Matches

◆ concat() [6/9]

template<typename object_a_t , typename object_b_t >
static ustring xtd::ustring::concat ( object_a_t  obj_a,
object_b_t  obj_b 
)
inlinestaticnoexcept

Concatenates two specified instances of object.

Parameters
obj_aThe first object to concatenate.
obj_bThe second object to concatenate.
Returns
The concatenation of obj_a and obj_b.