#include <container_conversions.h>
|
static bool | check_convertibility_per_element () |
|
template<typename ContainerType > |
static bool | check_size (boost::type< ContainerType >, std::size_t) |
|
template<typename ContainerType > |
static void | assert_size (boost::type< ContainerType >, std::size_t) |
|
template<typename ContainerType > |
static void | reserve (ContainerType &a, std::size_t sz) |
|
◆ assert_size()
template<typename ContainerType >
static void scitbx::boost_python::container_conversions::default_policy::assert_size |
( |
boost::type< ContainerType > | , |
|
|
std::size_t | ) |
|
inlinestatic |
◆ check_convertibility_per_element()
static bool scitbx::boost_python::container_conversions::default_policy::check_convertibility_per_element |
( |
| ) |
|
|
inlinestatic |
◆ check_size()
template<typename ContainerType >
static bool scitbx::boost_python::container_conversions::default_policy::check_size |
( |
boost::type< ContainerType > | , |
|
|
std::size_t | ) |
|
inlinestatic |
◆ reserve()
template<typename ContainerType >
static void scitbx::boost_python::container_conversions::default_policy::reserve |
( |
ContainerType & | a, |
|
|
std::size_t | sz ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: