#include <descr.h>
|
constexpr | descr () |
|
constexpr | descr (char const (&s)[N+1]) |
|
template<size_t... Is> |
constexpr | descr (char const (&s)[N+1], index_sequence< Is... >) |
|
template<typename... Chars> |
constexpr | descr (char c, Chars... cs) |
|
|
static constexpr std::array< const std::type_info *, sizeof...(Ts)+1 > | types () |
|
template<size_t N, typename... Ts>
struct descr< N, Ts >
Definition at line 25 of file descr.h.
◆ descr() [1/4]
template<size_t N, typename... Ts>
◆ descr() [2/4]
template<size_t N, typename... Ts>
constexpr descr< N, Ts >::descr |
( |
char const (&) |
s[N+1] | ) |
|
|
inlineconstexpr |
◆ descr() [3/4]
template<size_t N, typename... Ts>
template<size_t... Is>
◆ descr() [4/4]
template<size_t N, typename... Ts>
template<typename... Chars>
constexpr descr< N, Ts >::descr |
( |
char |
c, |
|
|
Chars... |
cs |
|
) |
| |
|
inlineconstexpr |
◆ types()
template<size_t N, typename... Ts>
static constexpr std::array<const std::type_info *, sizeof...(Ts) + 1> descr< N, Ts >::types |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ text
template<size_t N, typename... Ts>
char descr< N, Ts >::text[N+1] |
The documentation for this struct was generated from the following file:
- /Users/matin/Downloads/testProjs/CppyABM/examples/Cppy/build/_deps/pybind11-src/include/pybind11/detail/descr.h