proxygen
|
#include <string>
#include <vector>
#include <folly/Conv.h>
#include <folly/Format.h>
#include <folly/Range.h>
Go to the source code of this file.
Classes | |
struct | folly::detail::ShellCmdFormat |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::detail | |
folly::literals | |
folly::literals::shell_literals | |
Functions | |
std::string | folly::shellQuote (StringPiece argument) |
template<typename... Arguments> | |
std::vector< std::string > | folly::detail::shellify (StringPiece format, Arguments &&...arguments) |
constexpr detail::ShellCmdFormat | folly::literals::shell_literals::operator""_shellify (char const *name, std::size_t length) |
template<typename... Arguments> | |
std::vector< std::string > | folly::shellify (StringPiece format, Arguments &&...arguments) |