COMBINATORIAL_BLAS  1.6
combblas::myset< T > Struct Template Reference

#include <Operations.h>

Inheritance diagram for combblas::myset< T >:

Public Member Functions

 myset (T myvalue)
 
const T & operator() (const T &x) const
 

Public Attributes

value
 

Detailed Description

template<typename T>
struct combblas::myset< T >

Definition at line 56 of file Operations.h.

Constructor & Destructor Documentation

◆ myset()

template<typename T >
combblas::myset< T >::myset ( myvalue)
inline

Definition at line 58 of file Operations.h.

Member Function Documentation

◆ operator()()

template<typename T >
const T& combblas::myset< T >::operator() ( const T &  x) const
inline
Returns
value regardless of x

Definition at line 60 of file Operations.h.

Member Data Documentation

◆ value

template<typename T >
T combblas::myset< T >::value

Definition at line 64 of file Operations.h.


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