tket
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
tket::ResourceBounds< T > Struct Template Reference

#include <ResourceData.hpp>

Collaboration diagram for tket::ResourceBounds< T >:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const ResourceBounds< T > &other) const
 
 ResourceBounds ()
 
 ResourceBounds (T val)
 
 ResourceBounds (T minval, T maxval)
 

Public Attributes

T min
 
T max
 

Detailed Description

template<arithmetic T>
struct tket::ResourceBounds< T >

Definition at line 28 of file ResourceData.hpp.

Constructor & Destructor Documentation

◆ ResourceBounds() [1/3]

template<arithmetic T>
tket::ResourceBounds< T >::ResourceBounds ( )
inline

Definition at line 34 of file ResourceData.hpp.

◆ ResourceBounds() [2/3]

template<arithmetic T>
tket::ResourceBounds< T >::ResourceBounds ( T  val)
inline

Definition at line 35 of file ResourceData.hpp.

◆ ResourceBounds() [3/3]

template<arithmetic T>
tket::ResourceBounds< T >::ResourceBounds ( T  minval,
T  maxval 
)
inline

Definition at line 36 of file ResourceData.hpp.

Member Function Documentation

◆ operator==()

template<arithmetic T>
bool tket::ResourceBounds< T >::operator== ( const ResourceBounds< T > &  other) const
inline

Definition at line 31 of file ResourceData.hpp.

Member Data Documentation

◆ max

template<arithmetic T>
T tket::ResourceBounds< T >::max

Definition at line 30 of file ResourceData.hpp.

◆ min

template<arithmetic T>
T tket::ResourceBounds< T >::min

Definition at line 29 of file ResourceData.hpp.


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