Skip to content

Macro KFR_ENABLE_IF_IMPL

macro KFR_ENABLE_IF_IMPL meta

KFR_ENABLE_IF_IMPL(N, ...)                                                                           \
    typename ::std::enable_if<(__VA_ARGS__), typename ::kfr::details::unique_enum_impl<N>::type>::type =     \
::kfr::details::unique_enum_impl<N>::value

Fully qualified name: KFR_ENABLE_IF_IMPL

Declared at meta.hpp:757

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.