#include <scoped_array.hpp>
Public Types | |
typedef T | element_type |
Public Member Functions | |
scoped_array (T *p=0) BOOST_NOEXCEPT | |
~scoped_array () | |
void | reset (T *p=0) |
T & | operator[] (std::ptrdiff_t i) const |
T * | get () const BOOST_NOEXCEPT |
void | swap (scoped_array &b) BOOST_NOEXCEPT |
typedef T boost::scoped_array< T >::element_type |
|
inlineexplicit |
|
inline |
|
inline |
Referenced by boost::detail::vertex_property_map_generator_helper< Graph, IndexMap, Value, true >::build(), boost::spirit::lex::lexertl::detail::string_lit< wchar_t >::get(), boost::operator!=(), boost::operator==(), boost::multiprecision::backends::tommath_int::str(), and boost::mpi::detail::tree_reduce_impl().
|
inline |
|
inline |
|
inline |