Home
last modified time | relevance | path

Searched refs:PYBIND11_DESCR_CONSTEXPR (Results 1 – 2 of 2) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Ddescr.h18 # define PYBIND11_DESCR_CONSTEXPR static constexpr macro
20 # define PYBIND11_DESCR_CONSTEXPR const
/external/python/pybind11/include/pybind11/
Dpybind11.h216 PYBIND11_DESCR_CONSTEXPR auto types = decltype(signature)::types(); in PYBIND11_NAMESPACE_BEGIN()