osmanip
Library with useful output stream tools like: color and style manipulators, progress bars and terminal graphics.
Public Member Functions | List of all members
osm::updater Struct Reference

Functor used to call the ProgressBar class update method. More...

#include <multi_progress_bar.hpp>

Public Member Functions

template<template< class > class PB, class bar_type >
auto operator() (PB< bar_type > &pb, typename type_identity< bar_type >::type v) const -> decltype(pb.update(bar_type{}))
 

Detailed Description

Functor used to call the ProgressBar class update method.

Member Function Documentation

◆ operator()()

template<template< class > class PB, class bar_type >
auto osm::updater::operator() ( PB< bar_type > &  pb,
typename type_identity< bar_type >::type  v 
) const -> decltype(pb.update(bar_type{}))
inline

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