5 # ifndef VCCC_TYPE_TRAITS_IS_PRINTABLE_HPP
6 # define VCCC_TYPE_TRAITS_IS_PRINTABLE_HPP
9 # include <type_traits>
25 template<
typename T,
typename =
void>
30 decltype(
std::declval<std::ostream&>() << std::declval<const T&>())
31 >> : std::true_type {};
Definition: matrix.hpp:495
Definition: directory.h:12
Definition: is_printable.hpp:26