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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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