template <typename T, size_t N, class Elf, class RemoteTraits>

struct RemoteAbiTranscriber

Defined at line 405 of file ../../sdk/lib/ld/include/lib/ld/remote-abi-transcriber.h

elfldltl::AbiSpan doesn't just provide the kClass template API because it

doesn't know how to translate its value_type to its local counterpart so as

to deliver the right AbiLocal. Instead, this partial specialization for

AbiSpan types just uses the AbiSpan constructor, ptr() and size() methods.

Public Methods

template <typename Context>
bool FromLocal (Context && ctx, Remote & out, const Local & in)

Defined at line 415 of file ../../sdk/lib/ld/include/lib/ld/remote-abi-transcriber.h