Range.h File Reference
#include <boost/range.hpp>
#include <utility>
#include <shark/Core/Exception.h>

Go to the source code of this file.

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Functions

template<class Range >
std::size_t shark::size (Range const &range)
 returns the size of a range More...
 
template<class Range >
boost::range_reference< Range >::type shark::get (Range &range, std::size_t i)
 returns the i-th element of a range More...
 
template<class Range >
boost::range_reference< Range const >::type shark::get (Range const &range, std::size_t i)