struct NullableValueCastFailed

Declaration

template <typename To>
struct NullableValueCastFailed { /* full declaration omitted */ };

Description

This cast trait just provides castFailed for the specified `To` type to make CastInfo specializations more declarative. In order to use this, the target result type must be `To` and `To` must be constructible from `nullptr`.

Declared at: llvm/include/llvm/Support/Casting.h:302

Templates

To

Method Overview

Methods

ΒΆstatic To castFailed()

Declared at: llvm/include/llvm/Support/Casting.h:303