Searched defs:ParserRefImpl (Results 1 – 1 of 1) sorted by relevance
9163 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class9170 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl9174 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl9180 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl