Class storing information about an EGL function call result. More...
#include <eglplus/egl_api/result.hpp>
Public Member Functions | |
| constexpr | operator bool () const noexcept |
| Indicates if the call finished without error. | |
| auto | message () const noexcept -> string_view |
| Returns a message associated with the result. | |
Class storing information about an EGL function call result.