Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct template associator<Associator, boost::process::v2::detail::code_as_error_handler< Handler >, DefaultCandidate>

boost::asio::associator<Associator, boost::process::v2::detail::code_as_error_handler< Handler >, DefaultCandidate>

Synopsis

// In header: <boost/process/v2/exit_code.hpp>

template<template< typename, typename > class Associator, typename Handler, 
         typename DefaultCandidate> 
struct associator<Associator, boost::process::v2::detail::code_as_error_handler< Handler >, DefaultCandidate> : public Associator< Handler, DefaultCandidate > {

  // public static functions
  static Associator< Handler, DefaultCandidate >::type 
  get(unspecified, const DefaultCandidate & = DefaultCandidate()) noexcept;
};

Description

associator public static functions

  1. static Associator< Handler, DefaultCandidate >::type 
    get(unspecified h, const DefaultCandidate & c = DefaultCandidate()) noexcept;

PrevUpHomeNext