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 an older version of Boost and was released in 2013. The current version is 1.89.0.
"boost/flyweight.hpp" synopsisflyweightBoost.Flyweight comprises the following public headers:
"boost/flyweight.hpp"flyweight
Boost.Flyweight is a header-only library, requiring no additional object modules.
"boost/flyweight.hpp"
synopsis
#include <boost/flyweight/flyweight.hpp> #include <boost/flyweight/hashed_factory.hpp> #include <boost/flyweight/refcounted.hpp> #include <boost/flyweight/simple_locking.hpp> #include <boost/flyweight/static_holder.hpp>
This convenience header includes the main class template
flyweight along with
the default components used by flyweight.
Revised January 27th 2009
© Copyright 2006-2009 Joaquín M López Muñoz. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)