Constructs a script from a range of bytes.
Declared in <script/script.h>
template<std::input_iterator InputIterator>
CScript(
InputIterator first,
InputIterator last);
| Name | Description |
|---|---|
| first | Iterator to the first byte. |
| last | Iterator past the last byte. |