OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Size< T > Struct Template Reference

#include <Size.h>

Public Member Functions

 Size ()=default
 
 Size (T w, T h)
 
bool operator== (const Size &c) const
 

Public Attributes

w = 0
 
h = 0
 

Constructor & Destructor Documentation

◆ Size() [1/2]

template<class T >
Size< T >::Size ( )
default

◆ Size() [2/2]

template<class T >
Size< T >::Size ( w,
h 
)
inline

Member Function Documentation

◆ operator==()

template<class T >
bool Size< T >::operator== ( const Size< T > &  c) const
inline

Member Data Documentation

◆ h

template<class T >
T Size< T >::h = 0

◆ w

template<class T >
T Size< T >::w = 0

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