HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Data Fields | Static Public Attributes
tt::results< T, N > Struct Template Reference

Public Types

using element_type = T
 
using const_iterator = typename std::array<T,N>::const_iterator
 

Public Member Functions

 gsl_suppress (bounds.4) results(T a) noexcept
 
 gsl_suppress (bounds.4) results(T a
 
T b value ()
 
 gsl_suppress (bounds.4) results(T a
 
T T c value ()
 
template<int O, typename std::enable_if_t< std::less< int >{}(O, N), int > = 0>
 gsl_suppress2 (bounds.2, bounds.4) results(results< T
 
O const &other value ()
 
int size () const noexcept
 
bool hasInfiniteResults () const noexcept
 
const_iterator begin () const noexcept
 
const_iterator end () const noexcept
 
void sort () noexcept
 
void add (T a) noexcept
 

Data Fields

int count
 
std::array< T, N > value
 
T b noexcept: count(2)
 
b
 
T T c noexcept: count(3)
 
O const &other noexcept: count(other.count)
 

Static Public Attributes

static constexpr int maxCount = N
 

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