This javadoc: ``` /** Insert an element This function participates in overload resolution only if `is_stringlike<T>::value == true`. */ ``` Produces: ... `is_stringlike<T>value == true` Note how the two colons are missing Example: 
This javadoc:
Produces:
...
is_stringlike<T>value == trueNote how the two colons are missing
Example:
