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

Method get

include/boost/parser/transform_replace.hpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 bool B = final_type_is_reference,
179 typename Enable = std::enable_if_t<B>>
180 decltype(auto) get() const
181 {
182 return result_->get();
183 }
184 template<
185 bool B = final_type_is_reference,
186 typename Enable = std::enable_if_t<B>>

Callers 13

operator()Method · 0.45
operator*Method · 0.45
extend_subsequence_implFunction · 0.45
create_childrenFunction · 0.45
childMethod · 0.45
eraseMethod · 0.45
min_childMethod · 0.45
max_childMethod · 0.45
childMethod · 0.45
eraseMethod · 0.45
extend_subsequence_implFunction · 0.45
create_childrenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected