#include <String-inl.h>
|
| | StringResplitter (char delimiter, bool keepDelimiter=false) |
| |
| template<class Source , class Value , class Gen = Generator<Source>> |
| Gen | compose (GenImpl< Value, Source > &&source) const |
| |
| template<class Source , class Value , class Gen = Generator<Source>> |
| Gen | compose (const GenImpl< Value, Source > &source) const |
| |
| ResultGen | compose (const GenImpl< Value, Source > &source) const |
| |
| const Self & | self () const |
| |
| Self & | self () |
| |
Definition at line 211 of file String-inl.h.
| folly::gen::detail::StringResplitter::StringResplitter |
( |
char |
delimiter, |
|
|
bool |
keepDelimiter = false |
|
) |
| |
|
inlineexplicit |
template<class Source , class Value , class Gen = Generator<Source>>
| Gen folly::gen::detail::StringResplitter::compose |
( |
GenImpl< Value, Source > && |
source | ) |
const |
|
inline |
template<class Source , class Value , class Gen = Generator<Source>>
| Gen folly::gen::detail::StringResplitter::compose |
( |
const GenImpl< Value, Source > & |
source | ) |
const |
|
inline |
| char folly::gen::detail::StringResplitter::delimiter_ |
|
private |
| bool folly::gen::detail::StringResplitter::keepDelimiter_ |
|
private |
The documentation for this class was generated from the following file: