failed_at_this_configuration.cpp
Go to the documentation of this file.
2 
3 #include <sstream>
4 
5 namespace fcl {
6 namespace detail {
7 
8 void ThrowFailedAtThisConfiguration(const std::string& message,
9  const char* func,
10  const char* file, int line) {
11  std::stringstream ss;
12  ss << file << ":(" << line << "): " << func << "(): " << message;
13  throw FailedAtThisConfiguration(ss.str());
14 }
15 
16 } // namespace detail
17 } // namespace fcl
static char * line
Definition: svm.cpp:2902
Main namespace.
FCL_EXPORT void ThrowFailedAtThisConfiguration(const std::string &message, const char *func, const char *file, int line)


fcl_catkin
Author(s):
autogenerated on Thu Mar 23 2023 03:00:18