4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
Public Types | Public Member Functions
fcppt::parse::fail_error< Ch > Class Template Reference

Public Types

using pos_type = fcppt::parse::position< Ch >
 

Public Member Functions

 fail_error (pos_type)
 
pos_type pos () const
 
bool operator== (fail_error const &) const =default
 

Member Typedef Documentation

◆ pos_type

template<typename Ch >
using fcppt::parse::fail_error< Ch >::pos_type = fcppt::parse::position<Ch>

Constructor & Destructor Documentation

◆ fail_error()

template<typename Ch >
fcppt::parse::fail_error< Ch >::fail_error ( pos_type  )
explicit

Member Function Documentation

◆ operator==()

template<typename Ch >
bool fcppt::parse::fail_error< Ch >::operator== ( fail_error< Ch > const &  ) const
default

◆ pos()

template<typename Ch >
pos_type fcppt::parse::fail_error< Ch >::pos ( ) const