CScript::CScript

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

NameDescription
firstIterator to the first byte.
lastIterator past the last byte.