![]() |
Home | Libraries | People | FAQ | More |
boost::process::v2::environment::value_view — A view for a value in an environment.
// In header: <boost/process/v2/environment.hpp> struct value_view { // types typedef ; typedef basic_cstring_ref< ; typedef ; typedef ; // construct/copy/destruct (); (value_view &) = ; (value_view &&); template<typename Source, typename = string_view_type, > (); (); (); value_view & (value_view &) = ; value_view & (value_view &&); value_view & (string_view_type); ~(); // public member functions (value_view &) ; string_view_type () ; () ; () ; (value_view &) ; (string_view_type) ; () ; template<typename CharT, typename Traits, typename Alloc> ( = ) ; () ; () ; () ; () ; value_iterator () ; value_iterator () ; (); () ; () ; };
value_view
public
construct/copy/destruct();
(value_view & p) = ;
(value_view && p);
template<typename Source, typename = string_view_type, > ( source);
( p);
( p);
value_view & (value_view & p) = ;
value_view & (value_view && p);
value_view & (string_view_type source);
~();
value_view
public member functions(value_view & other) ;
string_view_type () ;
() ;
() ;
(value_view & p) ;
(string_view_type str) ;
( s) ;
template<typename CharT, typename Traits, typename Alloc> ( alloc = ) ;
() ;
() ;
() ;
() ;
value_iterator () ;
value_iterator () ;
();
() ;
() ;