Project Alice
|
This is the complete list of members for Cyto::Any, including all inherited members.
Any() noexcept | Cyto::Any | inline |
Any(V &&v) | Cyto::Any | inline |
Any(std::in_place_type_t< V > vtype, Args &&... args) | Cyto::Any | inlineexplicit |
Any(std::in_place_type_t< V > vtype, std::initializer_list< U > list, Args &&... args) | Cyto::Any | inlineexplicit |
Any(Any const &other) | Cyto::Any | inline |
Any(Any &&other) noexcept | Cyto::Any | inline |
any_cast | Cyto::Any | friend |
emplace(Args &&... args) | Cyto::Any | inline |
emplace(std::initializer_list< U > list, Args &&... args) | Cyto::Any | inline |
has_value() const noexcept | Cyto::Any | inline |
has_value() const noexcept | Cyto::Any | inline |
holds_type() const noexcept | Cyto::Any | inline |
operator=(Any const &other) | Cyto::Any | inline |
operator=(Any &&other) noexcept | Cyto::Any | inline |
operator=(V &&v) | Cyto::Any | inline |
reset() | Cyto::Any | inline |
swap(Any &rhs) noexcept | Cyto::Any | inline |
~Any() | Cyto::Any | inline |