Copies the bytes of a container into a byte vector.

Synopsis

Declared in <script/script.h>

template<typename T>
std::vector<unsigned char>
ToByteVector(T const& in);

Return Value

A vector holding the bytes of in.

Parameters

Name

Description

in

Container whose elements are copied into the result.

Created with MrDocs