proxygen
|
#include <String-inl.h>
Public Member Functions | |
Unsplit (const Delimiter &delimiter) | |
template<class Source , class Value > | |
Output | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::Operator< Unsplit< Delimiter, Output > > | |
ResultGen | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::FBounded< Self > | |
const Self & | self () const |
Self & | self () |
Private Attributes | |
Delimiter | delimiter_ |
Additional Inherited Members | |
Protected Member Functions inherited from folly::gen::Operator< Unsplit< Delimiter, Output > > | |
Operator ()=default | |
Operator (Operator &&) noexcept=default | |
Operator (const Operator &)=default | |
Operator & | operator= (Operator &&) noexcept=default |
Operator & | operator= (const Operator &)=default |
Unsplit - For joining tokens from a generator into a string. This is the inverse of split
above.
This type is primarily used through the 'unsplit' function.
Definition at line 304 of file String-inl.h.
|
inlineexplicit |
Definition at line 308 of file String-inl.h.
|
inline |
Definition at line 311 of file String-inl.h.
References folly::gen::detail::UnsplitBuffer< Delimiter, OutputBuffer >::compose().
|
private |
Definition at line 305 of file String-inl.h.