![]() |
Home | Libraries | People | FAQ | More |
boost::proto::functional::prior — A PolymorphicFunctionObject type that invokes the
std::prior()
function on its arguments.
// In header: <boost/proto/functional/std/iterator.hpp> struct prior : proto::callable { // member classes/structs/unions template<typename This, typename BidirectionalIterator> struct result<> { // types typedef ; }; template<typename This, typename BidirectionalIterator, typename Distance> struct result<> { // types typedef ; }; // public member functions template<typename BidirectionalIterator> () ; template<typename BidirectionalIterator> (, ) ; };
A PolymorphicFunctionObject type that invokes the
std::prior()
function on its arguments.
prior
public member functionstemplate<typename BidirectionalIterator> ( x) ;
Returns: |
|
template<typename BidirectionalIterator> ( x, n) ;
Returns: |
|