COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
combblas::myset< T > Struct Template Reference

#include <Operations.h>

Inheritance diagram for combblas::myset< T >:
Collaboration diagram for combblas::myset< T >:

Public Member Functions

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

Public Attributes

T value
 

Detailed Description

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

Definition at line 56 of file Operations.h.

Constructor & Destructor Documentation

◆ myset() [1/3]

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

Definition at line 58 of file Operations.h.

◆ myset() [2/3]

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

Definition at line 58 of file Operations.h.

◆ myset() [3/3]

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

Definition at line 58 of file Operations.h.

Member Function Documentation

◆ operator()() [1/3]

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.

◆ operator()() [2/3]

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.

◆ operator()() [3/3]

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 files: