#include <cast.h>
Public Types | |
using | CharT = typename StringType::value_type |
Public Member Functions | |
bool | load (handle src, bool) |
PYBIND11_TYPE_CASTER (StringType, _(PYBIND11_STRING_NAME)) | |
Static Public Member Functions | |
static handle | cast (const StringType &src, return_value_policy, handle) |
Static Public Attributes | |
static constexpr size_t | UTF_N = 8 * sizeof(CharT) |
using string_caster< StringType, IsView >::CharT = typename StringType::value_type |
|
inlinestatic |
|
inline |
string_caster< StringType, IsView >::PYBIND11_TYPE_CASTER | ( | StringType | , |
_(PYBIND11_STRING_NAME) | |||
) |
|
staticconstexpr |