NuDB Logo

PrevUpHomeNext

is_Progress

Determine if T meets the requirements of Progress

template<
    class T>
struct is_Progress :
    public std::integral_constant< bool,... >
Requirements

Header: nudb/concepts.hpp


PrevUpHomeNext