ATLAS Offline Software
Loading...
Searching...
No Matches
conifer::OpAdd< T > Class Template Reference

#include <conifer.h>

Collaboration diagram for conifer::OpAdd< T >:

Public Member Functions

operator() (T a, T b)

Detailed Description

template<class T>
class conifer::OpAdd< T >

Definition at line 48 of file conifer.h.

Member Function Documentation

◆ operator()()

template<class T>
T conifer::OpAdd< T >::operator() ( T a,
T b )
inline

Definition at line 50 of file conifer.h.

50{ return a + b; }

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