cppx-core
|
#include <cppx-core/language/syntax/macro-use.hpp>
#include <cppx-core/language/types/C_str_.hpp>
#include <string>
#include <string_view>
#include <sstream>
Go to the source code of this file.
Namespaces | |
cppx | |
cppx::basic_string_building | |
Functions | |
cppx::CPPX_USE_STD (ostringstream, string, string_view) | |
template<class Type > | |
auto | cppx::basic_string_building::operator<< (string &s, const Type &value) -> string & |
template<> | |
auto | cppx::basic_string_building::operator<<< char > (string &s, const char &more) -> string & |
template<> | |
auto | cppx::basic_string_building::operator<<< C_str > (string &s, const C_str &more) -> string & |
template<> | |
auto | cppx::basic_string_building::operator<<< string_view > (string &s, const string_view &more) -> string & |
template<> | |
auto | cppx::basic_string_building::operator<<< string > (string &s, const string &more) -> string & |
template<class Type > | |
auto | cppx::basic_string_building::operator<< (string &&s, Type const &value) -> string && |