proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Class List
Class Hierarchy
Class Members
Public Member Functions
|
List of all members
folly::gen::To< StringPiece > Class Template Reference
#include <
Base.h
>
Public Member Functions
StringPiece
operator()
(
StringPiece
src) const
Detailed Description
template<>
class folly::gen::To< StringPiece >
Definition at line
250
of file
Base.h
.
Member Function Documentation
StringPiece
folly::gen::To
<
StringPiece
>::operator()
(
StringPiece
src
)
const
inline
Definition at line
252
of file
Base.h
.
252
{
253
return
src;
254
}
The documentation for this class was generated from the following file:
proxygen/folly/folly/gen/
Base.h
folly
gen
To< StringPiece >
Generated by
1.8.11