The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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