MCPcopy Create free account
hub / github.com/boostorg/parser / either_iterator_impl

Method either_iterator_impl

include/boost/parser/replace.hpp:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 concat_reference_t<V1, V2>>
112 {
113 constexpr either_iterator_impl() = default;
114 constexpr either_iterator_impl(iterator_t<V1> it) : it_(it) {}
115 template<typename V = V2>
116 constexpr either_iterator_impl(iterator_t<V> it) : it_(it)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected