emlabcpp
modern opinionated embedded C++ library
result.h File Reference
#include "./algorithm.h"
#include "./status.h"
#include <cstdint>
+ Include dependency graph for result.h:

Go to the source code of this file.

Classes

struct  emlabcpp::result
 result represents an result of some operation, as an alternative to returning just bool with true/false value. More...
 

Namespaces

 emlabcpp
 MIT License.
 

Enumerations

enum class  emlabcpp::result_e : uint8_t {
  emlabcpp::SUCCESS = 0 ,
  emlabcpp::ERROR = 1
}