proxygen
folly::literals::shell_literals Namespace Reference

Functions

constexpr detail::ShellCmdFormat operator""_shellify (char const *name, std::size_t length)
 

Function Documentation

constexpr detail::ShellCmdFormat folly::literals::shell_literals::operator""_shellify ( char const *  name,
std::size_t  length 
)

Definition at line 65 of file Shell.h.

67  {
68  return {folly::StringPiece(name, length)};
69 }
const char * name
Definition: http_parser.c:437
Range< const char * > StringPiece