Copy attr comment for const char * overload, for consistency.

This commit is contained in:
Ralf W. Grosse-Kunstleve 2024-12-20 17:30:43 -08:00
parent 8f87e21291
commit e6b1370085
No known key found for this signature in database

View File

@ -120,6 +120,7 @@ public:
\endrst */
template <typename T>
obj_attr_accessor attr_with_type_hint(handle key) const;
/// See above (the only difference is that the key is provided as a string literal)
template <typename T>
str_attr_accessor attr_with_type_hint(const char *key) const;