![]() |
Home | Libraries | People | FAQ | More |
boost::process::v2::environment::current_view — A view object for the current environment of this process.
// In header: <boost/process/v2/environment.hpp> struct current_view { // types typedef ; typedef key_value_pair_view ; // member classes/structs/unions struct iterator { // types typedef key_value_pair_view ; typedef ; typedef key_value_pair_view ; typedef key_value_pair_view ; typedef ; // construct/copy/destruct () = ; (iterator &) = ; (); // public member functions iterator & (); iterator (); key_value_pair_view () ; }; // construct/copy/destruct () = ; (current_view &&) = ; // public member functions (); iterator () ; iterator () ; };