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