template <PhysHandoffPtrLifetime Lifetime>
class PhysHandoffString
Defined at line 282 of file ../../zircon/kernel/phys/include/phys/handoff-ptr.h
PhysHandoffString is stored just the same as PhysHandoffSpan
<const
char>,
but its get() and release() methods yield std::string_view.
Public Methods
void PhysHandoffString<Lifetime> ()
Defined at line 286 of file ../../zircon/kernel/phys/include/phys/handoff-ptr.h
void PhysHandoffString<Lifetime> (PhysHandoffString<Lifetime> && )
Defined at line 287 of file ../../zircon/kernel/phys/include/phys/handoff-ptr.h
PhysHandoffString<Lifetime> & operator= (PhysHandoffString<Lifetime> && )
Defined at line 288 of file ../../zircon/kernel/phys/include/phys/handoff-ptr.h
const char * data ()
Defined at line 290 of file ../../zircon/kernel/phys/include/phys/handoff-ptr.h
PhysHandoffString<Lifetime> substr (size_t offset, size_t count)
Defined at line 296 of file ../../zircon/kernel/phys/include/phys/handoff-ptr.h
std::string_view get ()
Defined at line 302 of file ../../zircon/kernel/phys/include/phys/handoff-ptr.h
std::string_view release ()
Defined at line 308 of file ../../zircon/kernel/phys/include/phys/handoff-ptr.h