struct any_cast_support
Declaration
struct any_cast_support { /* full declaration omitted */ };Declared at: libs/pika/datastructures/include/pika/datastructures/any.hpp:1410
Method Overview
- public template <typename T, typename IArch, typename OArch, typename Char, typename Copyable>static T * call(basic_any<IArch, OArch, Char, Copyable> * operand) noexcept
Methods
template <typename T,
typename IArch,
typename OArch,
typename Char,
typename Copyable>
static T* call(
basic_any<IArch, OArch, Char, Copyable>*
operand) noexcept
template <typename T,
typename IArch,
typename OArch,
typename Char,
typename Copyable>
static T* call(
basic_any<IArch, OArch, Char, Copyable>*
operand) noexceptDeclared at: libs/pika/datastructures/include/pika/datastructures/any.hpp:1414
Parameters
- basic_any<IArch, OArch, Char, Copyable>* operand