#include <boost/type_traits.hpp>
#include <boost/utility/enable_if.hpp>
Go to the source code of this file.
Classes | |
struct | utils::tconst_clone< D, S, E > |
Helper struct to clone the constness of one type to another. More... | |
struct | utils::tconst_clone< D, S, typename boost::enable_if< boost::is_const< typename boost::remove_pointer< typename boost::remove_reference< S >::type >::type > >::type > |
The specialised version of tconst_clone. More... | |
Namespaces | |
utils | |