Generic failure.
More...
#include <error.hpp>
|
constexpr | error (typename Reader::iterator begin, typename Reader::iterator end) noexcept |
|
constexpr | error (typename Reader::iterator pos) noexcept |
|
template<typename OtherReader , typename = std::enable_if_t<std::is_same_v< typename Reader::iterator, typename OtherReader::iterator>>> |
constexpr | operator error< OtherReader, Tag > () const noexcept |
|
template<typename Reader, typename Tag>
class lexy::error< Reader, Tag >
Generic failure.
Definition at line 14 of file error.hpp.
◆ error() [1/2]
template<typename Reader , typename Tag >
|
inlineexplicitconstexprnoexcept |
◆ error() [2/2]
template<typename Reader , typename Tag >
constexpr lexy::error< Reader, Tag >::error |
( |
typename Reader::iterator |
begin, |
|
|
typename Reader::iterator |
end |
|
) |
| |
|
inlineexplicitconstexprnoexcept |
◆ operator error< OtherReader, Tag >()
template<typename Reader , typename Tag >
template<typename OtherReader , typename = std::enable_if_t<std::is_same_v< typename Reader::iterator, typename OtherReader::iterator>>>
constexpr lexy::error< Reader, Tag >::operator error< OtherReader, Tag > |
( |
| ) |
const |
|
inlineconstexprnoexcept |
The documentation for this class was generated from the following file: