ApplyResult =========== .. cpp:class:: pandas::ApplyResult pandas C++ class. Example ------- .. code-block:: cpp #include using namespace pandas; // Use ApplyResult ApplyResult obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``ApplyResult() = default`` - pd_apply_result.h:195 - * - ``ApplyResult(ApplyResult&&) noexcept = default`` - pd_apply_result.h:196 - * - ``ApplyResult(const ApplyResult&) = delete`` - pd_apply_result.h:198 -