libstdc++
any File Reference

Go to the source code of this file.

Classes

class  std::experimental::fundamentals_v1::any
 A type-safe container of any type. More...
class  std::experimental::fundamentals_v1::bad_any_cast
 Exception class thrown by a failed any_cast. More...

Namespaces

namespace  std

Defines

#define __cpp_lib_experimental_any
#define _GLIBCXX_EXPERIMENTAL_ANY

Functions

void std::experimental::fundamentals_v1::__throw_bad_any_cast ()
template<typename _ValueType >
_ValueType std::experimental::fundamentals_v1::any_cast (const any &__any)
void std::experimental::fundamentals_v1::swap (any &__x, any &__y) noexcept
template<typename _ValueType >
_ValueType std::experimental::fundamentals_v1::any_cast (any &__any)
template<typename _ValueType >
_ValueType std::experimental::fundamentals_v1::any_cast (any &&__any)
template<typename _ValueType >
const _ValueType * std::experimental::fundamentals_v1::any_cast (const any *__any) noexcept
template<typename _ValueType >
_ValueType * std::experimental::fundamentals_v1::any_cast (any *__any) noexcept

Detailed Description

This is a TS C++ Library header.

Definition in file any.