cppx-core
|
Functions | |
template<class Type > | |
auto | operator<< (string &s, const Type &value) -> string & |
template<> | |
auto | operator<<< char > (string &s, const char &more) -> string & |
template<> | |
auto | operator<<< C_str > (string &s, const C_str &more) -> string & |
template<> | |
auto | operator<<< string_view > (string &s, const string_view &more) -> string & |
template<> | |
auto | operator<<< string > (string &s, const string &more) -> string & |
template<class Type > | |
auto | operator<< (string &&s, Type const &value) -> string && |
|
inline |
Definition at line 18 of file basic-string-building.hpp.
|
inline |
Definition at line 60 of file basic-string-building.hpp.
|
inline |
Definition at line 36 of file basic-string-building.hpp.
|
inline |
Definition at line 28 of file basic-string-building.hpp.
|
inline |
Definition at line 52 of file basic-string-building.hpp.
|
inline |
Definition at line 44 of file basic-string-building.hpp.