8 #ifndef BC_CONTEXT_CONTEXT_H_ 9 #define BC_CONTEXT_CONTEXT_H_ 11 #include "../common.h" 24 static auto select_on_get_stream(
const T& type) {
26 using system_tag =
typename traits_t::system_tag;
28 constexpr
bool defines_get_stream = traits_t::defines_get_stream::value;
30 return bc::traits::constexpr_ternary<defines_get_stream>(
32 return type.get_stream();
41 struct Logging_Stream;
43 template<
class SystemTag>
44 static auto select_logging_stream(Stream<SystemTag> stream) {
45 return Logging_Stream<SystemTag>();
48 template<
class SystemTag>
49 static auto select_logging_stream(Logging_Stream<SystemTag> stream) {
Bind< Function, Args &&... > bind(Function function, Args &&... args)
Definition: bind.h:105
Definition: type_traits.h:190
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22