SObjectizer 5.8
Loading...
Searching...
No Matches
so_5::details::always_false< T > Struct Template Reference

A simple metafunction that always "returns" false. More...

#include <always_false.hpp>

Static Public Attributes

static constexpr const bool value = false
 

Detailed Description

template<typename T>
struct so_5::details::always_false< T >

A simple metafunction that always "returns" false.

Can be used to trigger static_assert.

Since
v.5.6.0

Definition at line 28 of file always_false.hpp.

Member Data Documentation

◆ value

template<typename T >
const bool so_5::details::always_false< T >::value = false
staticconstexpr

Definition at line 30 of file always_false.hpp.


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