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

Function attr

include/boost/parser/parser.hpp:7002–7005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

json.cppFile · 0.85
mainFunction · 0.85
mainFunction · 0.85
compile_attributeFunction · 0.85
mainFunction · 0.85
github_issue_279Function · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected