3#ifndef TETL_TYPE_TRAITS_IS_FUNCTION_HPP
4#define TETL_TYPE_TRAITS_IS_FUNCTION_HPP
14#if defined(TETL_COMPILER_MSVC)
16 #pragma warning(disable: 4180)
22#if defined(TETL_COMPILER_MSVC)
24 #pragma warning(default: 4180)
Definition adjacent_find.hpp:8
constexpr bool is_function_v
Checks whether T is a function type. Types like etl::inplace_function, lambdas, classes with overload...
Definition is_function.hpp:35
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
static constexpr bool value
Definition integral_constant.hpp:10
Definition is_function.hpp:20