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

Class attribute

include/boost/parser/parser.hpp:9999–10006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9997
9998 template<typename R, typename Parser>
9999 struct attribute
10000 {
10001 using initial_type = typename detail::attribute_impl<
10002 decltype(detail::make_input_subrange(std::declval<R>())),
10003 Parser>::type;
10004 using type =
10005 typename decltype(detail::attr_wrapped_final<initial_type>)::type;
10006 };
10007
10008
10009 namespace detail {

Callers

nothing calls this directly

Calls 1

make_input_subrangeFunction · 0.85

Tested by

no test coverage detected