RTOp Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RTOpPack_version.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // RTOp: Interfaces and Support Software for Vector Reduction Transformation
4 // Operations
5 //
6 // Copyright 2006 NTESS and the RTOp contributors.
7 // SPDX-License-Identifier: BSD-3-Clause
8 // *****************************************************************************
9 // @HEADER
10 #ifndef RTOP_VERSION_HPP
11 #define RTOP_VERSION_HPP
12 
13 #include "RTOp_ConfigDefs.hpp"
14 
15 namespace RTOpPack {
16 
18 std::string version();
19 
20 } // namespace RTOpPack
21 
22 #endif // RTOP_VERSION_HPP
23 
std::string version()
Print the version of RTOp.