| 7000 | input, and which produces `a` as its attribute. */ |
| 7001 | template<typename Attribute> |
| 7002 | constexpr auto attr(Attribute a) noexcept |
| 7003 | { |
| 7004 | return parser_interface{attr_parser<Attribute>{std::move(a)}}; |
| 7005 | } |
| 7006 | |
| 7007 | #ifndef BOOST_PARSER_DOXYGEN |
| 7008 |
no outgoing calls
no test coverage detected