template <typename T, size_t N>
struct RemoteAbiTranscriber
Defined at line 320 of file ../../sdk/lib/ld/include/lib/ld/remote-abi-transcriber.h
std::array types are copied piecewise. There is no specialization for
direct T[N] because transcribable types should use std::array instead.
Public Methods
template <typename Context>
bool FromLocal (Context && ctx, Remote & out, const Local & in)
Defined at line 327 of file ../../sdk/lib/ld/include/lib/ld/remote-abi-transcriber.h