#include "sick_scan/sick_scan_base.h"
#include <memory>
#include <cstddef>
#include <algorithm>
#include <functional>
#include <boost_wrap/checked_delete.hpp>
#include <boost_wrap/shared_count.hpp>
Go to the source code of this file.
|
template<class D , class T > |
D * | boost::get_deleter (shared_array< T > const &p) noexcept |
|
template<class T > |
bool | boost::operator!= (shared_array< T > const &a, shared_array< T > const &b) noexcept |
|
template<class T > |
bool | boost::operator!= (shared_array< T > const &p, sp_nullptr_t) noexcept |
|
template<class T > |
bool | boost::operator!= (sp_nullptr_t, shared_array< T > const &p) noexcept |
|
template<class T > |
bool | boost::operator< (shared_array< T > const &a, shared_array< T > const &b) noexcept |
|
template<class T > |
bool | boost::operator== (shared_array< T > const &a, shared_array< T > const &b) noexcept |
|
template<class T > |
bool | boost::operator== (shared_array< T > const &p, sp_nullptr_t) noexcept |
|
template<class T > |
bool | boost::operator== (sp_nullptr_t, shared_array< T > const &p) noexcept |
|
template<class Y , class T > |
void | sp_assert_convertible () noexcept |
|
template<class T > |
void | boost::swap (shared_array< T > &a, shared_array< T > &b) noexcept |
|
◆ BOOST_SMART_PTR_SHARED_ARRAY_HPP_INCLUDED
#define BOOST_SMART_PTR_SHARED_ARRAY_HPP_INCLUDED |
◆ sp_assert_convertible()
template<class Y , class T >
void sp_assert_convertible |
( |
| ) |
|
|
inlinenoexcept |
◆ sp_nullptr_t
decltype(nullptr) typedef sp_nullptr_t |