![]() |
Home | Libraries | People | FAQ | More |
boost::process::v2::environment::key_value_pair_view — A view for a key value pair in an environment.
// In header: <boost/process/v2/environment.hpp> struct key_value_pair_view { // types typedef ; typedef ; typedef basic_cstring_ref< ; typedef ; // construct/copy/destruct (); (key_value_pair_view &) = ; (key_value_pair_view &&); template<typename Source, typename = string_view_type, > (); (); (); key_value_pair_view & (key_value_pair_view &) = ; key_value_pair_view & (key_value_pair_view &&); ~(); // public member functions (key_value_pair_view &) ; string_view_type () ; () ; () ; (key_value_pair_view) ; () ; (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_view
public
construct/copy/destruct();
(key_value_pair_view & p) = ;
(key_value_pair_view && p);
template<typename Source, typename = string_view_type, > ( source);
( p);
( p);
key_value_pair_view & (key_value_pair_view & p) = ;
key_value_pair_view & (key_value_pair_view && p);
~();
key_value_pair_view
public member functions(key_value_pair_view & other) ;
string_view_type () ;
() ;
() ;
(key_value_pair_view 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 () ;