template <typename W, typename = void>
struct WriterTraits
Defined at line 83 of file ../../src/performance/lib/fxt/include/lib/fxt/writer_internal.h
Utility that evaluates to true-like if W conforms to the Writer protocol,
false-like otherwise.