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 snapshot of the develop branch, built from commit 3c214fb9a8.
PrevUpHomeNext

metadata_collection_view

A read-only view of a collection of metadata objects.

Synopsis

Defined in header <boost/mysql/metadata_collection_view.hpp>

using metadata_collection_view = boost::span< const metadata >;
Object lifetimes

The object doesn't own the storage for the metadata objects. These are typically owned by a results or execution_state object. This view is valid as long as the memory allocated for the metadata objects remain valid.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext