C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
chapter4::undefined_false< true > Struct Reference

Define this metafunction if specialized to true. More...

#include <chapter-4-undefined_bool.hpp>

Public Types

typedef undefined_false< true > type
 

Static Public Attributes

static bool const value = true
 

Detailed Description

Define this metafunction if specialized to true.

Definition at line 28 of file chapter-4-undefined_bool.hpp.

Member Typedef Documentation

◆ type

typedef undefined_false<true> chapter4::undefined_false< true >::type

Definition at line 31 of file chapter-4-undefined_bool.hpp.

Member Data Documentation

◆ value

bool const chapter4::undefined_false< true >::value = true
static

Definition at line 30 of file chapter-4-undefined_bool.hpp.


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