|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 any,包括所有继承而来的类成员
| any() noexcept | any | inline |
| any(const any &other) | any | |
| any(any &&other) noexcept | any | |
| any(T &&value) | any | inlineexplicit |
| any(inplace_construct_tag, Args &&... args) | any | inlineexplicit |
| any(inplace_construct_tag, std::initializer_list< U > ilist, Args &&... args) | any | inlineexplicit |
| emplace(Args &&... args) | any | inline |
| emplace(std::initializer_list< U > ilist, Args &&... args) | any | inline |
| has_value() const noexcept | any | inline |
| operator=(const any &other) | any | inline |
| operator=(any &&other) noexcept | any | |
| operator=(T &&value) | any | inline |
| reset() noexcept | any | inline |
| swap(any &rhs) noexcept | any | |
| type() const noexcept | any | |
| ~any() | any | inline |