swift
samplesalgorithm.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2014 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
6 
7 #ifndef SWIFT_SAMPLE_SAMPLESALGORITHM_H
8 #define SWIFT_SAMPLE_SAMPLESALGORITHM_H
9 
10 namespace swift::sample
11 {
14  {
15  public:
17  static int samples();
18  };
19 } // namespace swift::sample
20 
21 #endif
Samples for our algorithms.
static int samples()
Run the samples.