Construct a transformer wrapping the given base iterator.
Synopsis
Declared in <folly/json/DynamicConverter.h>
explicit
Transformer(It const& it);
Parameters
Name |
Description |
it |
The underlying iterator to adapt. |
Created with MrDocs