|
LLVM
4.0.0
|
SerializationTraits default specialization for std::vector. More...
#include <RPCSerialization.h>
Static Public Member Functions | |
| static Error | serialize (ChannelT &C, const std::vector< T > &V) |
| Serialize a std::vector<T> from std::vector<T>. More... | |
| static Error | deserialize (ChannelT &C, std::vector< T > &V) |
| Deserialize a std::vector<T> to a std::vector<T>. More... | |
SerializationTraits default specialization for std::vector.
Definition at line 339 of file RPCSerialization.h.
|
inlinestatic |
Deserialize a std::vector<T> to a std::vector<T>.
Definition at line 355 of file RPCSerialization.h.
References llvm::orc::rpc::deserializeSeq(), E, and llvm::Error::success().
|
inlinestatic |
Serialize a std::vector<T> from std::vector<T>.
Definition at line 343 of file RPCSerialization.h.
References E, llvm::orc::rpc::serializeSeq(), and llvm::Error::success().
1.8.6