#include <DataFrame/DataFrameStatsVisitors.h> template<typename T, typename I = unsigned long, typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> struct StdVisitor;
explicit StdVisitor (bool bias = true);See this document and dataframe_tester.cc for examples.