Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct iterator

boost::process::v2::environment::current_view::iterator

Synopsis

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



struct iterator {
  // types
  typedef key_value_pair_view       ;       
  typedef                        ;  
  typedef key_value_pair_view       ;        
  typedef key_value_pair_view       ;          
  typedef  ;

  // construct/copy/destruct
  () = ;
  () = ;
  ();

  // public member functions
   ();
   ();
  key_value_pair_view () ;
};

Description

iterator public construct/copy/destruct

  1. () = ;
  2. () = ;
  3. ( native_handle);

iterator public member functions

  1.  ();
  2.  ();
  3. key_value_pair_view () ;

PrevUpHomeNext