BoB robotics
The Brains on Board robotics library
pybind11::detail::any_container< T > Class Template Reference

Public Member Functions

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: