neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::has_saving_support< T, StreamType > Struct Template Reference

#include <type_traits.hpp>

Static Public Attributes

static StreamTypestream
 
static Tx
 
static constexpr bool value = sizeof(type_traits_detail::check(stream << x)) == sizeof(type_traits_detail::yes)
 

Detailed Description

template<typename T, typename StreamType = std::ostream>
struct neolib::has_saving_support< T, StreamType >

Definition at line 69 of file type_traits.hpp.

Member Data Documentation

◆ stream

template<typename T , typename StreamType = std::ostream>
StreamType& neolib::has_saving_support< T, StreamType >::stream
static

Definition at line 70 of file type_traits.hpp.

◆ value

Definition at line 72 of file type_traits.hpp.

◆ x

template<typename T , typename StreamType = std::ostream>
T& neolib::has_saving_support< T, StreamType >::x
static

Definition at line 71 of file type_traits.hpp.


The documentation for this struct was generated from the following file: