Calico
 All Classes Namespaces Files Functions Variables Typedefs Friends Groups
cal::is_void< T > Struct Template Reference

Returns whether the type is a void type. More...

#include <cxx11.hpp>

+ Inheritance diagram for cal::is_void< T >:

Public Types

typedef integral_constant type
 Type of the integral_constant.
 
typedef bool value_type
 Type of the value.
 

Public Member Functions

constexpr operator value_type () const
 Converts the integral constant type into its constant value.
 

Static Public Attributes

static const value_type value
 Value stored in this type.
 

Detailed Description

template<class T>
struct cal::is_void< T >

Returns whether the type is a void type.