- lib:
boost/libs/tr1
- repo:
boostorg/tr1
- commit:
f145dd02
, 2016-10-07
<boost/tr1/*.hpp>
Deprecated.
Automatic forward to platform provided TR1 implementation if available.
any() noexcept
any(const ValueType& value)
any(const any& other)
any(any&& other) noexcept
any(ValueType&& value)
~any() noexcept
swap(any& rhs) noexcept -> any&
operator=(const any& rhs) -> any&
operator=(any&& rhs) noexcept -> any&
operator=(ValueType&& rhs) -> any&
empty() const noexcept -> bool
clear() noexcept
type() const noexcept -> const boost::typeindex::type_info &
class bad_any_cast : std::bad_cast;
swap(any&, any&) noexcept
any_cast<ValueType>(any*) noexcept -> ValueType*
any_cast<ValueType>(const any*) noexcept -> const ValueType*
any_cast<ValueType>(any&) -> ValueType
any_cast<ValueType>(const any&) -> ValueType
any_cast<ValueType>(any&&) -> ValueType
<boost/config.hpp>
<boost/detail/workaround.hpp>
<boost/config/no_tr1/cmath.hpp>
<boost/config/no_tr1/utility.hpp>
<boost/assert.hpp>
<boost/static_assert.hpp>
<boost/utility/enable_if.hpp>
<boost/ref.hpp>
-functional
<boost/array.hpp>
-array
<boost/type_traits/is_convertible.hpp>
,<boost/type_traits/is_same.hpp>
<boost/type_traits/is_floating_point.hpp>
,<boost/type_traits/is_fundamental.hpp>
<boost/type_traits/integral_constant.hpp>
<boost/type_traits/add_const.hpp>
,<boost/type_traits/add_reference.hpp>
-utility
<boost/type_traits.hpp>
,<boost/type_traits/is_base_of_tr1.hpp>
-type_traits
<boost/mpl/if.hpp>
<boost/math/tr1.hpp>
-cmath
<boost/math/complex.hpp>
-complex
<boost/iterator/iterator_facade.hpp>
-random
<boost/mem_fn.hpp>
,<boost/bind.hpp>
-functional
<boost/function.hpp>
-functional
<boost/functional/hash.hpp>
-functional
<boost/utility/result_of.hpp>
-functional
<boost/shared_ptr.hpp>
,<boost/weak_ptr.hpp>
,<boost/enable_shared_from_this.hpp>
-memory
<boost/random.hpp>
,<boost/nondet_random.hpp>
-random
<boost/regex.hpp>
-regex
<boost/tuple/tuple.hpp>
,<boost/tuple/tuple_comparison.hpp>
-tuple
, old style
<boost/fusion/include/tuple.hpp>
,<boost/fusion/include/std_pair.hpp>
-tuple
, new style
<boost/unordered_map.hpp>
,<boost/unordered_set.hpp>
-unordered_map
,unordered_set
- C++ TR1