struct get_table

Declaration

template <typename T>
struct get_table { /* full declaration omitted */ };

Description

/////////////////////////////////////////////////////////////////////

Declared at: libs/pika/datastructures/include/pika/datastructures/any.hpp:524

Method Overview

  • public template <typename IArch, typename OArch, typename Char, typename Copyable>static constexpr fxn_ptr_table<IArch, OArch, Char, Copyable> * get()

Methods

template <typename IArch,
          typename OArch,
          typename Char,
          typename Copyable>
static constexpr fxn_ptr_table<IArch,
                               OArch,
                               Char,
                               Copyable>*
get()

Declared at: libs/pika/datastructures/include/pika/datastructures/any.hpp:532