Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types
binary_function_traits< T > Struct Template Reference

Public Types

using traits = function_traits< T >
 
using result_type = typename traits::result_type
 
using arg1_t = typename traits::template arg< 0 >::type
 
using arg2_t = typename traits::template arg< 1 >::type
 

Detailed Description

template<typename T>
struct binary_function_traits< T >

Definition at line 60 of file FunctionTraits.h.


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