Asylo
Classes | Namespaces | Variables
statusor.h File Reference
#include <type_traits>
#include <utility>
#include "absl/base/attributes.h"
#include "absl/base/config.h"
#include "absl/meta/type_traits.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "asylo/util/logging.h"
#include "asylo/util/cleanup.h"
#include "asylo/util/status.h"
#include "asylo/util/status_error_space.h"
Include dependency graph for statusor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  asylo::StatusOr< T >
 A class for representing either a usable value, or an error. More...
 

Namespaces

 asylo
 

Variables

ABSL_CONST_INIT const char asylo::kValueMoveConstructorMsg []
 
ABSL_CONST_INIT const char asylo::kValueMoveAssignmentMsg []
 
ABSL_CONST_INIT const char asylo::kValueOrDieMovedMsg []
 
ABSL_CONST_INIT const char asylo::kStatusMoveConstructorMsg []
 
ABSL_CONST_INIT const char asylo::kStatusMoveAssignmentMsg []