Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::range_detail::replace_if_holder< Pred, T > Class Template Reference

#include <replaced_if.hpp>

Public Member Functions

 replace_if_holder (const Pred &pred, const T &to)
 
const Pred & pred () const
 
const Tto () const
 

Constructor & Destructor Documentation

template<class Pred , class T >
boost::range_detail::replace_if_holder< Pred, T >::replace_if_holder ( const Pred &  pred,
const T to 
)
inline

Member Function Documentation

template<class Pred , class T >
const Pred& boost::range_detail::replace_if_holder< Pred, T >::pred ( ) const
inline
template<class Pred , class T >
const T& boost::range_detail::replace_if_holder< Pred, T >::to ( ) const
inline

The documentation for this class was generated from the following file: