Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Static Public Attributes
c10::guts::function_traits< Result(Args...)> Struct Template Reference

Public Types

using func_type = Result(Args...)
 
using return_type = Result
 
using parameter_types = typelist::typelist< Args... >
 

Static Public Attributes

static constexpr auto number_of_parameters = sizeof...(Args)
 

Detailed Description

template<class Result, class... Args>
struct c10::guts::function_traits< Result(Args...)>

Definition at line 39 of file Metaprogramming.h.


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