core.stdcpp.type_traits

D header file for interaction with C++ std::type_traits.

Members

Aliases

bool_constant
alias bool_constant(bool b) = integral_constant!(bool, b)
false_type
alias false_type = bool_constant!false
true_type
alias true_type = bool_constant!true
type
alias type = typeof(this)
value_type
alias value_type = T

Structs

is_empty
struct is_empty(T)

Variables

value
enum T value;

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Authors

Manu Evans