xentara-utils v2.0.4
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::string::deprecated Namespace Reference

Functions

template<tools::Arithmetic Type>
constexpr auto maxNumericLength () -> auto
 deprecated Deprecated alias for numeric::maxStringSize()
 
template<typename... Fragments>
auto cat (const Fragments &...fragments) -> std::string
 Deprecated Functions.
 

Function Documentation

◆ cat()

template<typename... Fragments>
auto xentara::utils::string::deprecated::cat ( const Fragments &...  fragments) -> std::string

Deprecated Functions.

deprecated Concatenates a number of fragments to a string in local encoding

Deprecated:
This function has been deprecated in favour of std::format

◆ maxNumericLength()

template<tools::Arithmetic Type>
constexpr auto xentara::utils::string::deprecated::maxNumericLength ( ) -> auto
constexpr

deprecated Deprecated alias for numeric::maxStringSize()

Deprecated:
Renamed to numeric::maxStringSize()