struct stream_support

Declaration

struct stream_support { /* full declaration omitted */ };

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

Method Overview

  • public template <typename IArch, typename OArch, typename Char, typename Copyable>static std::basic_istream<Char> & stream_in(std::basic_istream<Char> & i, basic_any<IArch, OArch, Char, Copyable> & obj)
  • public template <typename IArch, typename OArch, typename Char, typename Copyable>static std::basic_ostream<Char> & stream_out(std::basic_ostream<Char> & o, const basic_any<IArch, OArch, Char, Copyable> & obj)

Methods

template <typename IArch,
          typename OArch,
          typename Char,
          typename Copyable>
static std::basic_istream<Char>& stream_in(
    std::basic_istream<Char>& i,
    basic_any<IArch, OArch, Char, Copyable>& obj)

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

Parameters

std::basic_istream<Char>& i
basic_any<IArch, OArch, Char, Copyable>& obj

template <typename IArch,
          typename OArch,
          typename Char,
          typename Copyable>
static std::basic_ostream<Char>& stream_out(
    std::basic_ostream<Char>& o,
    const basic_any<IArch, OArch, Char, Copyable>&
        obj)

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

Parameters

std::basic_ostream<Char>& o
const basic_any<IArch, OArch, Char, Copyable>& obj