Bayesian Filtering Library
Generated from SVN r
|
BOOST_SERIALIZATION_TYPE_INFO_IMPLEMENTATION_HPP. More...
Typedefs | |
typedef integral_constant< bool, true > | true_type |
typedef integral_constant< bool, false > | false_type |
typedef error_info< struct throw_function_, char const * > | throw_function |
typedef error_info< struct throw_file_, char const * > | throw_file |
typedef error_info< struct throw_line_, int > | throw_line |
typedef noncopyable_::noncopyable | noncopyable |
Functions | |
template<typename T > | |
add_rvalue_reference< T >::type | declval () BOOST_NOEXCEPT |
template<class T1 , class T2 > | |
BOOST_GPU_ENABLED void | swap (T1 &left, T2 &right) |
template<class T > | |
exception_detail::enable_error_info_return_type< T >::type | enable_error_info (T const &x) |
template<class T > | |
exception_detail::clone_impl< T > | enable_current_exception (T const &x) |
void | throw_exception_assert_compatibility (std::exception const &) |
template<class E > | |
BOOST_NORETURN void | throw_exception (E const &e) |
template<class T > | |
void | hash_combine (std::size_t &seed, T const &v) |
template<class It > | |
std::size_t | hash_range (It, It) |
template<class It > | |
void | hash_range (std::size_t &, It, It) |
template<class T , std::size_t N> | |
bool | operator== (const array< T, N > &x, const array< T, N > &y) |
template<class T , std::size_t N> | |
bool | operator< (const array< T, N > &x, const array< T, N > &y) |
template<class T , std::size_t N> | |
bool | operator!= (const array< T, N > &x, const array< T, N > &y) |
template<class T , std::size_t N> | |
bool | operator> (const array< T, N > &x, const array< T, N > &y) |
template<class T , std::size_t N> | |
bool | operator<= (const array< T, N > &x, const array< T, N > &y) |
template<class T , std::size_t N> | |
bool | operator>= (const array< T, N > &x, const array< T, N > &y) |
template<class T , std::size_t N> | |
void | swap (array< T, N > &x, array< T, N > &y) |
template<typename T , std::size_t N> | |
T(& | get_c_array (boost::array< T, N > &arg))[N] |
template<typename T , std::size_t N> | |
const T(& | get_c_array (const boost::array< T, N > &arg))[N] |
template<class T , std::size_t N> | |
std::size_t | hash_value (const array< T, N > &arr) |
template<std::size_t size_, std::size_t alignment_> | |
struct is_pod< ::boost::detail::aligned_storage::aligned_storage_imp< size_, alignment_ > > | BOOST_TT_AUX_BOOL_C_BASE (true) |
BOOST_SERIALIZATION_TYPE_INFO_IMPLEMENTATION_HPP.