![]() |
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_value_pair &) = ; (key_value_pair &&); (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> (, ); key_value_pair & (key_value_pair &) = ; key_value_pair & (key_value_pair &&); key_value_pair & (); template<typename Source> key_value_pair & (); ~(); // public member functions key_value_pair & (); template<typename Source> key_value_pair & (); template<typename InputIt> key_value_pair & (, ); (); (key_value_pair &) ; () ; () ; string_view_type () ; () ; () ; () ; () ; (key_value_pair &) ; () ; (string_view_type) ; () ; 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();
(key_value_pair & p) = ;
(key_value_pair && 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);
key_value_pair & (key_value_pair & p) = ;
key_value_pair & (key_value_pair && p);
key_value_pair & ( source);
template<typename Source> key_value_pair & ( source);
~();
key_value_pair
public member functionskey_value_pair & ( source);
template<typename Source> key_value_pair & ( source);
template<typename InputIt> key_value_pair & ( first, last);
();
(key_value_pair & other) ;
() ;
() ;
string_view_type () ;
() ;
() ;
() ;
() ;
(key_value_pair & p) ;
( str) ;
(string_view_type str) ;
( s) ;
template<typename CharT, typename Traits, typename Alloc> ( alloc = ) ;
() ;
() ;
() ;
() ;
key_view () ;
value_view () ;
() ;
() ;
template< Idx> () ;
template<> key_view () ;
template<> value_view () ;