WPILibC++  unspecified
ErrorOr.h File Reference

Provides ErrorOr<T> smart pointer. More...

#include "wpi/AlignOf.h"
#include <cassert>
#include <system_error>
#include <type_traits>
#include <utility>
Include dependency graph for ErrorOr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wpi::ReferenceStorage< T >
 Stores a reference that can be changed. More...
 
class  wpi::ErrorOr< T >
 Represents either an error or a value T. More...
 

Namespaces

 wpi
 namespace to hold default to_json function
 

Functions

template<class T , class E >
std::enable_if< std::is_error_code_enum< E >::value||std::is_error_condition_enum< E >::value, bool >::type wpi::operator== (const ErrorOr< T > &Err, E Code)
 

Detailed Description

Provides ErrorOr<T> smart pointer.