|
template<typename T , typename = typename std::enable_if< (sizeof(IsContainerTest<T>(0)) == sizeof(IsContainer)) && !IsRecursiveContainer<T>::value>::type> |
static void | PrintValue (const T &container, std::ostream *os) |
|
The documentation for this struct was generated from the following file: