string_cast.hpp
Go to the documentation of this file.
1 
42 #pragma once
43 
44 // Dependency:
45 #include "../glm.hpp"
46 #include "../gtx/integer.hpp"
47 #include "../gtx/quaternion.hpp"
48 #include <string>
49 
50 #if(GLM_COMPILER & GLM_COMPILER_CUDA)
51 # error "GLM_GTX_string_cast is not supported on CUDA compiler"
52 #endif
53 
54 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
55 # pragma message("GLM: GLM_GTX_string_cast extension included")
56 #endif
57 
58 namespace glm
59 {
62 
65  template <typename genType>
66  GLM_FUNC_DECL std::string to_string(genType const & x);
67 
69 }//namespace glm
70 
71 #include "string_cast.inl"
GLM_FUNC_DECL std::string to_string(genType const &x)
#define GLM_FUNC_DECL
Definition: setup.hpp:728


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:43:40