remove_qualifiers
The class template remove_qualifiers is a unary Metafunction which removes applications of the interface adapters const_view and fixed_view.
<boost/interfaces/remove_qualifiers.hpp>namespace boost { namespace interfaces { template<typename Interface> struct remove_qualifiers : mpl::identity<Interface> { }; template<typename Interface> struct remove_qualifiers< const_view<Interface> > : remove_qualifiers<Interface> { }; template<typename Interface> struct remove_qualifiers< fixed_view<Interface> > : remove_qualifiers<Interface> { }; } } // End namespace boost::interfaces
Revised 13 Jan, 2005
© Copyright Jonathan Turkanis, 2005. 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)
Sha'arei Tefila, an Orthodox Shul (Synagogue) in Salt Lake City, Utah Chabad Lubavitch of Utah