cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Functions
to_basic_string_variadic.hpp File Reference

Implements the variadic "to_basic_string" proposal in http://open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0117r0.html . More...

Functions

template<class Ch , class Tr = std::char_traits<Ch>, class Alloc = std::allocator<Ch>, class... Args>
std::basic_string< Ch, Tr, Alloc > to_basic_string (Args &&... args)
 Provides a string expression of its arguments.C++11 Backports.
 

Detailed Description

Implements the variadic "to_basic_string" proposal in http://open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0117r0.html .

Interfaces defined in this file:

In namespace cxxomfort::library::string: