struct from_string

Declaration

template <typename T, typename Enable = void>
struct from_string { /* full declaration omitted */ };

Declared at: libs/pika/format/include/pika/util/from_string.hpp:26

Method Overview

  • public template <typename Char>static void call(const std::basic_string<Char> & value, T & target)

Methods

template <typename Char>
static void call(
    const std::basic_string<Char>& value,
    T& target)

Declared at: libs/pika/format/include/pika/util/from_string.hpp:29

Parameters

const std::basic_string<Char>& value
T& target