Copies the bytes of a container into a byte vector.
Declared in <script/script.h>
template<typename T>
std::vector<unsigned char>
ToByteVector(T const& in);
A vector holding the bytes of in.
| Name | Description |
|---|---|
| in | Container whose elements are copied into the result. |