mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
mx::meta::trueFalseT< true > Struct Reference

The true specialization of trueFalseT.

Definition at line 57 of file trueFalseT.hpp.

#include <meta/trueFalseT.hpp>

+ Inheritance diagram for mx::meta::trueFalseT< true >:

Public Types

typedef bool True
 Typedef which can be used for SFINAE. More...
 

Static Public Attributes

static const bool value = true
 bool member value = true More...
 

Member Typedef Documentation

◆ True

typedef bool mx::meta::trueFalseT< true >::True

Typedef which can be used for SFINAE.

Definition at line 59 of file trueFalseT.hpp.

Member Data Documentation

◆ value

const bool mx::meta::trueFalseT< true >::value = true
static

bool member value = true

Definition at line 60 of file trueFalseT.hpp.


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