![]() |
Home | Libraries | People | FAQ | More |
boost::process::v2::environment::key_view — A view type for a key of an environment.
// In header: <boost/process/v2/environment.hpp> struct key_view { // types typedef ; typedef ; typedef ; typedef ; // construct/copy/destruct (); (key_view &) = ; (key_view &&); template<typename Source, typename > (); (); (); key_view & (key_view &) = ; key_view & (key_view &&); key_view & (); ~(); // public member functions (key_view &) ; () ; () ; (key_view &) ; () ; () ; template<typename CharT, typename Traits, typename Alloc> ( = ) ; () ; () ; () ; () ; () ; () ; };