Evo C++ Library v0.5.1
Public Types | Static Public Attributes | List of all members
StaticBool< val > Struct Template Reference

#include <evo/meta.h>

Inheritance diagram for StaticBool< val >:
Inheritance graph
[legend]

Detailed Description

template<bool val>
struct evo::StaticBool< val >

Static bool value.

This holds a bool result value to be used at compile-time.

Template Parameters
valValue.

Public Types

typedef evo::StaticBool< val > Type
 This type. More...
 

Static Public Attributes

static const bool value = val
 Result value. More...
 

Member Typedef Documentation

◆ Type

typedef evo::StaticBool<val> Type

This type.

Member Data Documentation

◆ value

const bool value = val
static

Result value.


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