proxygen
folly::detail::ShellCmdFormat Struct Reference

#include <Shell.h>

Public Member Functions

template<typename... Arguments>
std::vector< std::stringoperator() (Arguments &&...arguments) const
 

Public Attributes

StringPiece format
 

Detailed Description

Definition at line 52 of file Shell.h.

Member Function Documentation

template<typename... Arguments>
std::vector<std::string> folly::detail::ShellCmdFormat::operator() ( Arguments &&...  arguments) const
inline

Definition at line 55 of file Shell.h.

References folly::shellify().

55  {
57  format, std::forward<Arguments>(arguments)...);
58  }
std::vector< std::string > shellify(StringPiece format, Arguments &&...arguments)
Definition: Shell.h:88

Member Data Documentation

StringPiece folly::detail::ShellCmdFormat::format

Definition at line 53 of file Shell.h.


The documentation for this struct was generated from the following file: