VCCC  2024.05
VisualCamp Common C++ library
bool_constant.hpp File Reference
#include <type_traits>

Go to the source code of this file.

Classes

struct  always_false<... >
 
struct  always_true<... >
 

Namespaces

 vccc
 

Typedefs

template<bool v>
using bool_constant = std::integral_constant< bool, v >