tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_function.hpp File Reference

Go to the source code of this file.

Classes

struct  is_function< T >
 

Namespaces

namespace  etl
 

Variables

template<typename T>
constexpr bool is_function_v = is_function<T>::value
 Checks whether T is a function type. Types like etl::inplace_function, lambdas, classes with overloaded operator() and pointers to functions don't count as function types. Provides the member constant value which is equal to true, if T is a function type. Otherwise, value is equal to false.