MCPcopy Create free account
hub / github.com/boostorg/parser / operator()

Method operator()

include/boost/parser/transform_replace.hpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 bool B = final_type_is_reference,
144 typename Enable = std::enable_if_t<B>>
145 decltype(auto) operator()(Attr && attr) const
146 {
147 result_ = final_type(
148 utf_wrap<R, result_type>::call((*f_)((Attr &&) attr)));
149 return result_->get();
150 }
151 template<
152 bool B = final_type_is_reference,
153 typename Enable = std::enable_if_t<B>>

Callers

nothing calls this directly

Calls 2

callFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected