GeographicLib 2.1.2
Accumulator.cpp
Go to the documentation of this file.
1/**
2 * \file Accumulator.cpp
3 * \brief Implementation for GeographicLib::Accumulator class
4 *
5 * Copyright (c) Charles Karney (2013-2022) <charles@karney.com> and licensed
6 * under the MIT/X11 License. For more information, see
7 * https://geographiclib.sourceforge.io/
8 **********************************************************************/
9
11
12namespace GeographicLib {
13
14 /// \cond SKIP
15
16 // Need to instantiate Accumulator to get the code into the shared library.
18
19 /// \endcond
20
21} // namespace GeographicLib
Header for GeographicLib::Accumulator class.
#define GEOGRAPHICLIB_EXPORT
Definition: Constants.hpp:67
An accumulator for sums.
Definition: Accumulator.hpp:40
Namespace for GeographicLib.
Definition: Accumulator.cpp:12