SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::detail::is_function< T > Struct Template Reference

Determine if a given T is a function. More...

#include <FunctionTraits.h>

Static Public Attributes

static constexpr bool value = std::is_function_v<std::remove_pointer_t<T>> || std::is_member_function_pointer_v<T>
 

Detailed Description

template<typename T>
struct Spices::detail::is_function< T >

Determine if a given T is a function.

Template Parameters
TSpecific type.

Definition at line 39 of file FunctionTraits.h.


The documentation for this struct was generated from the following file: