proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Namespace List
Namespace Members
Functions
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
}
name
const char * name
Definition:
http_parser.c:437
folly::StringPiece
Range< const char * > StringPiece
Definition:
ScopedEventBaseThread.h:29
folly
literals
shell_literals
Generated by
1.8.11