NuDB Logo

PrevUpHomeNext

is_File

Determine if T meets the requirements of File.

Synopsis
template<
    class T>
struct is_File :
    public std::integral_constant< bool,... >
Description
Header

#include <nudb/concepts.hpp>


PrevUpHomeNext