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 a development version of boost.
PrevUpHomeNext
field_view::field_view (14 of 24 overloads)

Constructors from character types would incorrectly construct a field_view holding an integer, so they are not allowed.

Synopsis
explicit
field_view(
    wchar_t) = delete;

PrevUpHomeNext