ISIS Logo
NetShrVar
An EPICS support module to export National Instruments Network Shared Variables as process variables
convertToString.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2013 Science and Technology Facilities Council (STFC), GB.
3 * All rights reverved.
4 * This file is distributed subject to a Software License Agreement found
5 * in the file LICENSE.txt that is included with this distribution.
6 \*************************************************************************/
7 
10 
11 #ifndef CONVERT_TO_STRING_H
12 #define CONVERT_TO_STRING_H
13 
14 template<typename T> std::string convertToString(T t);
15 
16 #endif
std::string convertToString(T t)
Convert a numeric type to a string.
Copyright © 2013 Science and Technology Facilities Council | Generated by   doxygen 1.8.5