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
http::basic_fields::basic_fields

Constructor.

basic_fields();
  » more...

explicit
basic_fields(
    Allocator const& alloc);
  » more...

Move constructor.

basic_fields(
    basic_fields&&);
  » more...

basic_fields(
    basic_fields&&,
    Allocator const& alloc);
  » more...

Copy constructor.

basic_fields(
    basic_fields const&);
  » more...

basic_fields(
    basic_fields const&,
    Allocator const& alloc);
  » more...

template<
    class OtherAlloc>
basic_fields(
    basic_fields< OtherAlloc > const&);
  » more...

template<
    class OtherAlloc>
basic_fields(
    basic_fields< OtherAlloc > const&,
    Allocator const& alloc);
  » more...

PrevUpHomeNext