Produce a compile‐time error informing the caller that the parameterized TYPE is not supported as the parameter for the call.
Synopsis
Declared in <bdls_filesystemutil.h>
template<class TYPE>
static
char const*
flatten(TYPE const& value);
Return Value
never returns; the call is ill‐formed for unsupported TYPE
Parameters
Name |
Description |
value |
object of an unsupported type |
Created with MrDocs