Iros
 
Loading...
Searching...
No Matches
di::concepts::AlwaysFalse Concept Reference

This concept is used with static_assert() to cause the static assert to fail only when the template has been instantiated. More...

#include <di/meta/core.h>

Concept definition

template<typename...>
This concept is used with static_assert() to cause the static assert to fail only when the template h...
Definition core.h:98

Detailed Description

This concept is used with static_assert() to cause the static assert to fail only when the template has been instantiated.

This is useful for failing compilation from within an if constexpxr block.