Function lanelet::traits::toBasicPolygon2d(BasicPolygon2d&&)
Defined in File Polygon.h
Function Documentation
Warning
doxygenfunction: Unable to resolve function “lanelet::traits::toBasicPolygon2d” with arguments “(BasicPolygon2d&&)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Main error: Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 44] template<typename PolygonT> std::enable_if_t< traits::isPolygonT< PolygonT >), BasicPolygon2d > toBasicPolygon2d (const PolygonT &t) ——————————————–^ Potential other error: Error in parsing template argument list. If type argument: Invalid C++ declaration: Expected “…>”, “>” or “,” in template argument list. [error at 76] template<typename PolygonT> std::enable_if_t< traits::isPolygonT< PolygonT >), BasicPolygon2d > toBasicPolygon2d (const PolygonT &t) —————————————————————————-^ If non-type argument: Invalid C++ declaration: Expected “…>”, “>” or “,” in template argument list. [error at 76] template<typename PolygonT> std::enable_if_t< traits::isPolygonT< PolygonT >), BasicPolygon2d > toBasicPolygon2d (const PolygonT &t) —————————————————————————-^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Main error: Invalid C++ declaration: Expected identifier in nested name. [error at 44] template<typename PolygonT> std::enable_if_t< traits::isPolygonT< PolygonT >), BasicPolygon2d > toBasicPolygon2d (const PolygonT &t) ——————————————–^ Potential other error: Error in parsing template argument list. If type argument: Invalid C++ declaration: Expected “…>”, “>” or “,” in template argument list. [error at 76] template<typename PolygonT> std::enable_if_t< traits::isPolygonT< PolygonT >), BasicPolygon2d > toBasicPolygon2d (const PolygonT &t) —————————————————————————-^ If non-type argument: Invalid C++ declaration: Expected “…>”, “>” or “,” in template argument list. [error at 76] template<typename PolygonT> std::enable_if_t< traits::isPolygonT< PolygonT >), BasicPolygon2d > toBasicPolygon2d (const PolygonT &t) —————————————————————————-^ If declarator-id: Invalid C++ declaration: Expected identifier in nested name. [error at 44] template<typename PolygonT> std::enable_if_t< traits::isPolygonT< PolygonT >), BasicPolygon2d > toBasicPolygon2d (const PolygonT &t) ——————————————–^