![]() |
Scarab
v2.9.0
Project 8 C++ Utility Library
|
Functions | |
| constexpr int | first (int i) |
| Implementation details for constexpr functions. More... | |
| template<typename T , typename... Ts> | |
| constexpr int | first (int i, T v, Ts... vs) |
| constexpr int | last (int, int result) |
| template<typename T , typename... Ts> | |
| constexpr int | last (int i, int result, T v, Ts... vs) |
| constexpr int pybind11::detail::constexpr_impl::first | ( | int | i | ) |
Implementation details for constexpr functions.
Definition at line 533 of file detail/common.h.
| constexpr int pybind11::detail::constexpr_impl::first | ( | int | i, |
| T | v, | ||
| Ts... | vs | ||
| ) |
Definition at line 535 of file detail/common.h.
| constexpr int pybind11::detail::constexpr_impl::last | ( | int | , |
| int | result | ||
| ) |
Definition at line 537 of file detail/common.h.
| constexpr int pybind11::detail::constexpr_impl::last | ( | int | i, |
| int | result, | ||
| T | v, | ||
| Ts... | vs | ||
| ) |
Definition at line 539 of file detail/common.h.
1.8.13