The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XS::Framework::Manual::SVAPI::List - XS::Framework List C++ class reference

List

Overview

The purpose of List class is to call subroutines in list context, as well as return into perl list instead of array (this is provided by shipped typemap specialization).

List is child-class of Array, so it basically inherits all Array's methods.

List context is applied by:

    auto list = sub.call<List>(params...);

SEE ALSO

XS::Framework

XS::Framework::Manual::SVAPI

XS::Framework::Manual::SVAPI::Sv

XS::Framework::Manual::SVAPI::Array