Scarab  2.8.1
Project 8 C++ Utility Library
Functions
pybind11::detail::constexpr_impl Namespace Reference

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)
 

Function Documentation

◆ first() [1/2]

constexpr int pybind11::detail::constexpr_impl::first ( int  i)

Implementation details for constexpr functions.

Definition at line 533 of file detail/common.h.

◆ first() [2/2]

constexpr int pybind11::detail::constexpr_impl::first ( int  i,
v,
Ts...  vs 
)

Definition at line 535 of file detail/common.h.

◆ last() [1/2]

constexpr int pybind11::detail::constexpr_impl::last ( int  ,
int  result 
)

Definition at line 537 of file detail/common.h.

◆ last() [2/2]

constexpr int pybind11::detail::constexpr_impl::last ( int  i,
int  result,
v,
Ts...  vs 
)

Definition at line 539 of file detail/common.h.