NuDB Logo

PrevUpHomeNext

is_File

Determine if T meets the requirements of File

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

Header: nudb/concepts.hpp


PrevUpHomeNext