litert::Expected< void >

Summary

Public functions

Error() const &
const class Error &
Error()&
class Error &
Error() const &&
const class Error &&
Error()&&
class Error &&
Expected()
Expected(const Unexpected & err)
Expected(Unexpected && err)
Expected(const Error & e)
HasValue() const
bool
operator bool() const

Public functions

Error

const class Error & Error() const &

Error

class Error & Error()&

Error

const class Error && Error() const &&

Error

class Error && Error()&&

Expected

 Expected()

Expected

 Expected(
  const Unexpected & err
)

Expected

 Expected(
  Unexpected && err
)

Expected

 Expected(
  const Error & e
)

HasValue

bool HasValue() const 

operator bool

 operator bool() const