IODA
ParameterTraitsFileFormat.cc
Go to the documentation of this file.
1 /*
2  * (C) Crown copyright 2021, Met Office
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 
8 #include "ioda/core/ParameterTraitsFileFormat.h"
9 
10 namespace ioda {
11 
13 constexpr util::NamedEnumerator<FileFormat> FileFormatParameterTraitsHelper::namedValues[];
14 
15 } // namespace ioda
static constexpr util::NamedEnumerator< EnumType > namedValues[]