|
LLVM
3.7.0
|
Provides ErrorOr<T> smart pointer. More...
#include "llvm/ADT/PointerIntPair.h"#include "llvm/Support/AlignOf.h"#include <cassert>#include <system_error>#include <type_traits>Go to the source code of this file.
Classes | |
| class | llvm::ReferenceStorage< T > |
| Stores a reference that can be changed. More... | |
| class | llvm::ErrorOr< T > |
| Represents either an error or a value T. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| template<class T , class V > | |
| std::enable_if < std::is_constructible< T, V > ::value, typename std::remove_reference< V > ::type >::type && | llvm::moveIfMoveConstructible (V &Val) |
| template<class T , class V > | |
| std::enable_if < !std::is_constructible< T, V > ::value, typename std::remove_reference< V > ::type >::type & | llvm::moveIfMoveConstructible (V &Val) |
| template<class T , class E > | |
| std::enable_if < std::is_error_code_enum< E > ::value||std::is_error_condition_enum < E >::value, bool >::type | llvm::operator== (const ErrorOr< T > &Err, E Code) |
Provides ErrorOr<T> smart pointer.
Definition in file ErrorOr.h.
1.8.6