Device interface library for multiple platforms including Mbed.

Dependents:   DeepCover Embedded Security in IoT MaximInterface MAXREFDES155#

Embed: (wiki syntax)

« Back to documentation index

Function< ResultType(FirstArgumentType, SecondArgumentType)> Class Template Reference

Function< ResultType(FirstArgumentType, SecondArgumentType)> Class Template Reference

Function implementation for two argument functions. More...

#include <Function.hpp>


Detailed Description

template<typename FirstArgumentType, typename SecondArgumentType, typename ResultType>
class MaximInterfaceCore::Function< ResultType(FirstArgumentType, SecondArgumentType)>

Function implementation for two argument functions.

Definition at line 423 of file Function.hpp.