...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::process::basic_native_environment::const_entry_type
// In header: <boost/process/environment.hpp> template<typename Char, typename Environment> struct const_entry_type { // types typedef Char value_type; typedef const value_type * pointer; typedef std::basic_string< value_type > string_type; typedef boost::iterator_range< pointer > range; typedef Environment environment_t; // construct/copy/destruct const_entry & operator=(const const_entry &) = default; // public member functions std::vector< string_type > to_vector() const; const_entry(const const_entry &) = default; bool empty() const; };