clipp::detail::match_t Class Reference

result of a matching operation More...

#include <clipp.h>

Public Member Functions

 match_t ()=default
 
 match_t (arg_string s, scoped_dfs_traverser p)
 
const arg_stringstr () const noexcept
 
const scoped_dfs_traverserpos () const noexcept
 
 operator bool () const noexcept
 

Detailed Description

result of a matching operation

Definition at line 4049 of file clipp.h.

Constructor & Destructor Documentation

◆ match_t() [1/2]

clipp::detail::match_t::match_t ( )
default

◆ match_t() [2/2]

clipp::detail::match_t::match_t ( arg_string  s,
scoped_dfs_traverser  p 
)
inline

Definition at line 4052 of file clipp.h.

Member Function Documentation

◆ operator bool()

clipp::detail::match_t::operator bool ( ) const
inlineexplicitnoexcept

Definition at line 4059 of file clipp.h.

◆ pos()

const scoped_dfs_traverser& clipp::detail::match_t::pos ( ) const
inlinenoexcept

Definition at line 4057 of file clipp.h.

◆ str()

const arg_string& clipp::detail::match_t::str ( ) const
inlinenoexcept

Definition at line 4056 of file clipp.h.


The documentation for this class was generated from the following file: