aimstil  5.0.5
til::expr::functor::DetemplateAssignOperator1< TOperator > Struct Template Reference

Detemplation of assignment functors taking one template parameter. More...

#include <til/TExprBasicFunctors.h>

Inheritance diagram for til::expr::functor::DetemplateAssignOperator1< TOperator >:
Collaboration diagram for til::expr::functor::DetemplateAssignOperator1< TOperator >:

Classes

struct  TypeStruct
 

Public Member Functions

template<typename T >
TOperator< T >::result_type operator() (T &x, const T &y) const
 

Detailed Description

template<template< typename > class TOperator>
struct til::expr::functor::DetemplateAssignOperator1< TOperator >

Detemplation of assignment functors taking one template parameter.

Definition at line 97 of file TExprBasicFunctors.h.

Member Function Documentation

◆ operator()()

template<template< typename > class TOperator>
template<typename T >
TOperator<T>::result_type til::expr::functor::DetemplateAssignOperator1< TOperator >::operator() ( T &  x,
const T &  y 
) const
inline

Definition at line 111 of file TExprBasicFunctors.h.


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