Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct value

boost::process::v2::environment::value

Synopsis

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


struct value {
  // types
  typedef                                    ;      
  typedef               ;     
  typedef  ;     
  typedef basic_cstring_ref<  ;

  // construct/copy/destruct
  ();
  () = ;
  ();
  ();
  ();
  ();
  (value_view);
  template<typename Source> 
    (,  = , 
           = );
  ();
  template<typename InputIt> (, );
   () = ;
   ();
   ();
  template<typename Source>  ();
  ~();

  // public member functions
   ();
  template<typename Source>  ();
  template<typename InputIt>  (, );
   ();
   ();
   () ;
   () ;
   () ;
   () ;
  () ;
  () ;
  () ;
   () ;
   () ;
   () ;
   () ;
  template<typename CharT, typename Traits, 
           typename Alloc> 
     
    ( = ) ;
   () ;
   () ;
   () ;
   () ;
  value_iterator () ;
  value_iterator () ;
   () ;
   () ;
};

Description

value public construct/copy/destruct

  1. ();
  2. ( p) = ;
  3. ( source);
  4. ( source);
  5. ( raw);
  6. ( raw);
  7. (value_view kv);
  8. template<typename Source> 
      ( source,  = , 
             = );
  9. ( raw);
  10. template<typename InputIt> ( first,  last);
  11.  ( p) = ;
  12.  ( p);
  13.  ( source);
  14. template<typename Source>  ( source);
  15. ~();

value public member functions

  1.  ( source);
  2. template<typename Source>  ( source);
  3. template<typename InputIt>  ( first,  last);
  4.  ( sv);
  5.  ();
  6.  ( other) ;
  7.  () ;
  8.  () ;
  9.  () ;
  10. () ;
  11. () ;
  12. () ;
  13.  ( p) ;
  14.  ( str) ;
  15.  ( str) ;
  16.  ( s) ;
  17. template<typename CharT, typename Traits, 
             typename Alloc> 
       
      ( alloc = ) ;
  18.  () ;
  19.  () ;
  20.  () ;
  21.  () ;
  22. value_iterator () ;
  23. value_iterator () ;
  24.  () ;
  25.  () ;

PrevUpHomeNext