Struct ContainerPrinter

Struct Documentation

struct ContainerPrinter

Public Static Functions

template<typename T, typename = typename std::enable_if<                (sizeof(IsContainerTest<T>(0)) == sizeof(IsContainer)) &&                !IsRecursiveContainer<T>::value>::type> static inline void PrintValue (const T &container, std::ostream *os)