SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sig::plus_t Struct Reference

加法を行う関数オブジェクト More...

Public Member Functions

template<class T1 , class T2 >
auto operator() (T1 &&v1, T2 &&v2) const -> typename impl::remove_const_reference< decltype(std::forward< T1 >(v1)+std::forward< T2 >(v2)) >::type
 

Detailed Description

加法を行う関数オブジェクト

Definition at line 432 of file helper_modules.hpp.

Member Function Documentation

template<class T1 , class T2 >
auto sig::plus_t::operator() ( T1 &&  v1,
T2 &&  v2 
) const -> typename impl::remove_const_reference< decltype(std::forward<T1>(v1) + std::forward<T2>(v2)) >::type
inline

Definition at line 435 of file helper_modules.hpp.


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