VCCC  2024.05
VisualCamp Common C++ library
is_printable.hpp File Reference
#include <ostream>
#include <type_traits>
#include "vccc/__type_traits/void_t.hpp"

Go to the source code of this file.

Classes

struct  is_printable< T, typename >
 
struct  is_printable< T, void_t< decltype(std::declval< std::ostream & >()<< std::declval< const T & >())> >
 

Namespaces

 vccc