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

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

#include <chapter-4-undefined_bool.hpp>

Public Types

typedef undefined_true< false > type
 

Static Public Attributes

static bool const value = false
 

Detailed Description

Define this metafunction if specialized to false.

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

Member Typedef Documentation

◆ type

typedef undefined_true<false> chapter4::undefined_true< false >::type

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

Member Data Documentation

◆ value

bool const chapter4::undefined_true< false >::value = false
static

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


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