|
template<typename It , typename = enable_if_t<is_input_iterator<It>::value>> |
| any_container (It first, It last) |
|
template<typename Container > |
| any_container (const Container &c) |
|
template<typename TIn , typename = enable_if_t<std::is_convertible<TIn, T>::value>> |
| any_container (const std::initializer_list< TIn > &c) |
|
| any_container (std::vector< T > &&v) |
|
| operator std::vector< T > && () && |
|
std::vector< T > & | operator* () |
|
const std::vector< T > & | operator* () const |
|
std::vector< T > * | operator-> () |
|
const std::vector< T > * | operator-> () const |
|
The documentation for this class was generated from the following file:
- third_party/pybind11/include/pybind11/detail/common.h