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

The false specialization of trueFalseT.

Definition at line 67 of file trueFalseT.hpp.

#include <meta/trueFalseT.hpp>

Inherited by mx::meta::has_value_type< T, typename >.

Public Types

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

Static Public Attributes

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

Member Typedef Documentation

◆ False

typedef bool mx::meta::trueFalseT< false >::False

Typedef which can be used for SFINAE.

Definition at line 69 of file trueFalseT.hpp.

Member Data Documentation

◆ value

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

bool member value = false

Definition at line 70 of file trueFalseT.hpp.


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