simdutf 8.0.0
Unicode at GB/s.
Loading...
Searching...
No Matches
simdutf::result Struct Reference

Public Member Functions

simdutf_really_inline simdutf_constexpr23 result (error_code err, size_t pos) noexcept
 
simdutf_really_inline simdutf_constexpr23 bool is_ok () const noexcept
 
simdutf_really_inline simdutf_constexpr23 bool is_err () const noexcept
 

Public Attributes

error_code error
 
size_t count
 

Detailed Description

Definition at line 75 of file error.h.

Constructor & Destructor Documentation

◆ result() [1/2]

simdutf_really_inline simdutf_constexpr23 simdutf::result::result ( )
inlinenoexcept

Definition at line 81 of file error.h.

◆ result() [2/2]

simdutf_really_inline simdutf_constexpr23 simdutf::result::result ( error_code  err,
size_t  pos 
)
inlinenoexcept

Definition at line 84 of file error.h.

Member Function Documentation

◆ is_err()

simdutf_really_inline simdutf_constexpr23 bool simdutf::result::is_err ( ) const
inlinenoexcept

Definition at line 92 of file error.h.

◆ is_ok()

simdutf_really_inline simdutf_constexpr23 bool simdutf::result::is_ok ( ) const
inlinenoexcept

Definition at line 88 of file error.h.

Member Data Documentation

◆ count

size_t simdutf::result::count

Definition at line 77 of file error.h.

◆ error

error_code simdutf::result::error

Definition at line 76 of file error.h.


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