Public Member Functions | Public Attributes | List of all members
arttest::Sortable Struct Reference

#include <ToyProducts.h>

Public Member Functions

 Sortable ()=default
 
 Sortable (int i)
 
void aggregate (Sortable const &) const
 

Public Attributes

int data {}
 

Detailed Description

Definition at line 195 of file ToyProducts.h.

Constructor & Destructor Documentation

arttest::Sortable::Sortable ( )
default
arttest::Sortable::Sortable ( int  i)
inlineexplicit

Definition at line 198 of file ToyProducts.h.

198 : data(i) {}

Member Function Documentation

void arttest::Sortable::aggregate ( Sortable const &  ) const
inline

Definition at line 200 of file ToyProducts.h.

201  {}

Member Data Documentation

int arttest::Sortable::data {}

Definition at line 196 of file ToyProducts.h.


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