Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Type definition value_char_traits

value_char_traits — A char traits type that reflects the OS rules for string representing environment values.

Synopsis

// In header: <boost/process/v2/environment.hpp>


typedef implementation_defined value_char_traits;

Description

Can be an alias of std::char_traits. May only be defined for char and wchar_t.


PrevUpHomeNext