#include <statistics.hpp>
|
static Option< Statistics< T > > | from (const TimeSeries< T > ×eries) |
|
template<typename It , typename = typename std::enable_if< std::is_same< typename std::iterator_traits<It>::value_type, T>::value && std::is_convertible< typename std::iterator_traits<It>::iterator_category, std::forward_iterator_tag>::value>::type> |
static Option< Statistics< T > > | from (It first, It last) |
|
template<typename T>
template<typename It , typename = typename std::enable_if< std::is_same< typename std::iterator_traits<It>::value_type, T>::value && std::is_convertible< typename std::iterator_traits<It>::iterator_category, std::forward_iterator_tag>::value>::type>
The documentation for this struct was generated from the following file: