template <typename Container, typename ValueType, bool is_map = false>

struct ConvertToContainer

Defined at line 409 of file ../../third_party/abseil-cpp/src/absl/strings/internal/str_split_internal.h

ConvertToContainer is a functor converting a Splitter to the requested

Container of ValueType. It is specialized below to optimize splitting to

certain combinations of Container and ValueType.

This base template handles the generic case of storing the split results in

the requested non-map-like container and converting the split substrings to

the requested type.

Public Methods

Container operator() (const Splitter<Delimiter, Predicate, StringType> & splitter)

Defined at line 410 of file ../../third_party/abseil-cpp/src/absl/strings/internal/str_split_internal.h