cppx-core
Classes | Namespaces | Functions
Truth.hpp File Reference

Truth is a drop-in replacement for bool without implicit conversion from/to types other than bool. More...

#include <cppx-core/language/syntax/macro-use.hpp>
#include <cppx-core/language/tmp/basic-Enable_if_.hpp>
#include <type_traits>
Include dependency graph for Truth.hpp:

Go to the source code of this file.

Classes

class  cppx::Truth
 A drop-in replacement for bool without implicit conversion from/to types other than bool. More...
 

Namespaces

 cppx
 

Functions

 cppx::CPPX_USE_STD (enable_if_t, is_same_v)
 

Detailed Description

Truth is a drop-in replacement for bool without implicit conversion from/to types other than bool.

Definition in file Truth.hpp.