Utopia  2
Framework for studying models of complex & adaptive systems.
Static Public Attributes | List of all members
Utopia::Utils::is_callable< T, X > Class Template Reference

Check if a type T is callable, i.e., if it has. More...

#include <type_traits.hh>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T, typename X = std::void_t<>>
class Utopia::Utils::is_callable< T, X >

Check if a type T is callable, i.e., if it has.

Template Parameters
T
std::void_t<>

Member Data Documentation

◆ value

template<typename T , typename X = std::void_t<>>
constexpr bool Utopia::Utils::is_callable< T, X >::value = false
staticconstexpr

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