|
using | CharT = typename std::basic_string< CharT, Traits, Allocator >::value_type |
|
|
bool | load (handle src, bool) |
|
| PYBIND11_TYPE_CASTER (std::basic_string< CharT, Traits, Allocator >, _(PYBIND11_STRING_NAME)) |
|
|
static handle | cast (const std::basic_string< CharT, Traits, Allocator > &src, return_value_policy, handle) |
|
|
static constexpr size_t | UTF_N |
|
template<typename CharT, class Traits, class Allocator>
struct type_caster< std::basic_string< CharT, Traits, Allocator >, enable_if_t< is_std_char_type< CharT >::value > >
Definition at line 1306 of file cast.h.
The documentation for this struct was generated from the following file: