Open 3D Engine EditorPythonBindings Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
pybind11::detail::type_caster< AZStd::string > Struct Reference

Converts AZStd::string to/from Python String. More...

#include <PythonTypeCasters.h>

Public Member Functions

 PYBIND11_TYPE_CASTER (AZStd::string, _("AZStd::string"))
 
bool load (handle pythonSource, bool)
 

Static Public Member Functions

static handle cast (const AZStd::string &src, return_value_policy, handle)
 

Detailed Description

Converts AZStd::string to/from Python String.


The documentation for this struct was generated from the following file: