Constructs a script from a range of bytes.

Synopsis

Declared in <script/script.h>

template<std::input_iterator InputIterator>
CScript(
    InputIterator first,
    InputIterator last);

Parameters

Name

Description

first

Iterator to the first byte.

last

Iterator past the last byte.

Created with MrDocs