Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
ext::supports< F(Ts ...) > Struct Template Reference

#include <type_traits.hpp>

Inheritance diagram for ext::supports< F(Ts ...) >:
[legend]
Collaboration diagram for ext::supports< F(Ts ...) >:
[legend]

Detailed Description

template<class F, class ... Ts>
struct ext::supports< F(Ts ...) >

Specialisation of the call test support for F type be a callable.

Template Parameters
Fthe type of callable
Ts... call parameter types

If the call with parameter types Ts ... is possible on callable F, the class provides a value of type true, othervise a false value filed is provided.


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