#include <iostream>
#include <zypp-core/base/String.h>
#include <zypp-core/base/Gettext.h>
#include <zypp-media/MediaException>
Go to the source code of this file.
|
namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver.
|
namespace | zypp::media |
|
std::string | form (const char *format,...) __attribute__((format(printf |
| Printf style construction of std::string.
|
◆ form()
std::string zypp::str::form |
( |
const char * | format, |
|
|
| ... ) |
Printf style construction of std::string.
Definition at line 32 of file String.cc.