![]() |
WPILibC++ 2025.3.2
|
Provide a CastInfo specialized for std::unique_ptr. More...
#include <wpi/Casting.h>
Additional Inherited Members | |
![]() | |
using | Self = detail::SelfType<Derived, UniquePtrCast<To, From>> |
using | CastResultType |
![]() | |
static CastResultType | doCast (std::unique_ptr< From > &&f) |
static CastResultType | castFailed () |
static CastResultType | doCastIfPossible (std::unique_ptr< From > &f) |
![]() | |
static bool | isPossible (const From &f) |
Provide a CastInfo specialized for std::unique_ptr.