An iterator adaptor that dereferences to a converted value of type T::value_type.
Synopsis
Declared in <folly/json/DynamicConverter.h>
template<
typename T,
typename It>
class Transformer
: public boost::iterator_adaptor<Transformer<T, It>, It, T::value_type, std::input_iterator_tag>
Base Classes
Name |
Description |
|
Type Aliases
Name |
Member Functions
Name |
Description |
|
Construct a transformer wrapping the given base iterator. |
Dereference to the converted value. |
Protected Type Aliases
Protected Member Functions
Friends
Name |
Description |
|
Non-Member Functions
Name |
Description |
Build a converting iterator over a dynamic iterator. |
Created with MrDocs