proxygen
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: