cohtml::CoherentToString
#include <Property.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| bool | Invoke(const T & v, char * buffer, size_t * length) Convert from C++ value to a string. |
Detailed Description
Section titled “Detailed Description”template <typename T ,typename Enable =void>struct cohtml::CoherentToString;Public Functions Documentation
Section titled “Public Functions Documentation”function Invoke
Section titled “function Invoke”static inline bool Invoke( const T & v, char * buffer, size_t * length)Convert from C++ value to a string.
Parameters:
- v - the C++ value
- buffer - output parameter for the value
- length - output parameter for the length of the string. Set this to the number of bytes required including the null terminator.
Return: true - if the conversion was successful
© 2026 Coherent Labs. All rights reserved.