#include <sstream>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | smash::is_writable_to_stream< S, T, typename > |
Type trait to infer if a type can be streamed via the << operator. More... | |
| struct | smash::is_writable_to_stream< S, T, std::void_t< decltype(std::declval< S & >()<< std::declval< T >())> > |
| Trait specialization for the case when the type is streamable. More... | |
Namespaces | |
| smash | |
Variables | |
| template<typename S , typename T > | |
| constexpr bool | smash::is_writable_to_stream_v |
| Helper alias which is always defined next to a type trait. More... | |