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

Struct key_not_found

boost::proto::key_not_found — The type of objects returned when a key-based lookup fails in a transform environment.

Synopsis

// In header: <boost/proto/transform/env.hpp>


struct key_not_found {
};

PrevUpHomeNext