NEURON
pybind11::detail::CopyFromPython< StringType > Struct Template Reference

#include <pybind_utils.hpp>

Public Member Functions

void operator() (char *start, size_t n, StringType data)
 

Detailed Description

template<typename StringType>
struct pybind11::detail::CopyFromPython< StringType >

Definition at line 20 of file pybind_utils.hpp.

Member Function Documentation

◆ operator()()

template<typename StringType >
void pybind11::detail::CopyFromPython< StringType >::operator() ( char *  start,
size_t  n,
StringType  data 
)
inline

Definition at line 21 of file pybind_utils.hpp.


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