![]() |
Home | Libraries | People | FAQ | More |
boost::process::v2::environment::key_value_pair
// In header: <boost/process/v2/environment.hpp> struct key_value_pair { // types typedef ; typedef ; typedef ; typedef basic_cstring_ref< ; // construct/copy/destruct (); () = ; (); (key_view, value_view); (key_view, ); (); (); (); (); (key_value_pair_view); template<typename Source> (, = , = ); template<typename Key, typename Value> (); (); template<typename InputIt, typename std::iterator_traits< InputIt >::iterator_category> (, ); () = ; (); (); template<typename Source> (); ~(); // public member functions (); template<typename Source> (); template<typename InputIt> (, ); (); () ; () ; () ; () ; () ; () ; () ; () ; () ; () ; () ; () ; template<typename CharT, typename Traits, typename Alloc> ( = ) ; () ; () ; () ; () ; key_view () ; value_view () ; () ; () ; template< Idx> () ; template<> key_view () ; template<> value_view () ; };
key_value_pair
public
construct/copy/destruct();
( p) = ;
( p);
(key_view key, value_view value);
(key_view key, values);
( source);
( source);
( raw);
( raw);
(key_value_pair_view kv);
template<typename Source> ( source, = , = );
template<typename Key, typename Value> ( kv);
( raw);
template<typename InputIt, typename std::iterator_traits< InputIt >::iterator_category> ( first, last);
( p) = ;
( p);
( source);
template<typename Source> ( source);
~();
key_value_pair public member functions( source);
template<typename Source> ( source);
template<typename InputIt> ( first, last);
();
( other) ;
() ;
() ;
() ;
() ;
() ;
() ;
() ;
( p) ;
( str) ;
( str) ;
( s) ;
template<typename CharT, typename Traits, typename Alloc> ( alloc = ) ;
() ;
() ;
() ;
() ;
key_view () ;
value_view () ;
() ;
() ;
template< Idx> () ;
template<> key_view () ;
template<> value_view () ;