|
LLVM 23.0.0git
|
Provide a CastInfo specialized for std::unique_ptr. More...
#include "llvm/Support/Casting.h"
Public Types | |
| using | Self |
| using | CastReturnType |
| Public Types inherited from llvm::UniquePtrCast< To, From, Derived > | |
| using | Self = detail::SelfType<Derived, UniquePtrCast<To, From>> |
| using | CastResultType |
Static Public Member Functions | |
| static CastReturnType | doCast (const From &f) |
| static CastReturnType | castFailed () |
| static CastReturnType | doCastIfPossible (const From &f) |
| Static Public Member Functions inherited from llvm::CastIsPossible< To, From, Enable > | |
| static bool | isPossible (const From &f) |
| Static Public Member Functions inherited from llvm::UniquePtrCast< To, From, Derived > | |
| static CastResultType | doCast (std::unique_ptr< From > &&f) |
| static CastResultType | castFailed () |
| static CastResultType | doCastIfPossible (std::unique_ptr< From > &f) |
| Static Public Member Functions inherited from llvm::CastIsPossible< To, From * > | |
| static bool | isPossible (const From &f) |
Provide a CastInfo specialized for std::unique_ptr.
| using llvm::CastInfo< To, From, void >::CastReturnType |
| using llvm::CastInfo< To, From, void >::Self |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |