Go to the source code of this file.
Functions | |
BOOST_PYTHON_MODULE (std_pair) | |
template<typename T1 , typename T2 > | |
std::pair< T1, T2 > | copy (const std::pair< T1, T2 > &pair) |
template<typename T1 , typename T2 > | |
const std::pair< T1, T2 > & | passthrough (const std::pair< T1, T2 > &pair) |
template<typename T1 , typename T2 > | |
bp::tuple | std_pair_to_tuple (const std::pair< T1, T2 > &pair) |
Definition in file std_pair.cpp.
BOOST_PYTHON_MODULE | ( | std_pair | ) |
Definition at line 24 of file std_pair.cpp.
std::pair<T1, T2> copy | ( | const std::pair< T1, T2 > & | pair | ) |
Definition at line 15 of file std_pair.cpp.
const std::pair<T1, T2>& passthrough | ( | const std::pair< T1, T2 > & | pair | ) |
Definition at line 20 of file std_pair.cpp.
bp::tuple std_pair_to_tuple | ( | const std::pair< T1, T2 > & | pair | ) |
Definition at line 10 of file std_pair.cpp.