xtd 0.2.0
Loading...
Searching...
No Matches
is_value_type.hpp File Reference
#include "value_type.hpp"
#include "raw_type.hpp"

Definition

Contains xtd::is_value_type struct and is_value_type_v struct.

Go to the source code of this file.

Classes

struct  xtd::is_value_type< value_t, typename >
 Type trait that determines whether a type can be inserted into an std::ostream using the stream insertion operator (operator<<). More...
struct  xtd::is_value_type< xtd::value_type< value_t > >
 Specialization of is_value_type for types that support stream insertion into std::ostream. More...

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.

Variables

template<typename value_t>
constexpr bool xtd::is_value_type_v
 Convenience variable template equivalent to is_value_type_v<value_t>::value.