app
android
jni
third-party
include
glm
gtx
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
Definition:
_literals.hpp:31
GLM_FUNC_DECL
#define GLM_FUNC_DECL
Definition:
setup.hpp:728
glm::to_string
GLM_FUNC_DECL std::string to_string(genType const &x)
rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jul 25 2024 02:50:22