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

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