The requires_
Struct Template Reference
Specialisation of the requirements struct template for true
. More...
Declaration
struct micro_os_plus::micro_test_plus::type_traits::requires_<true>
Included Headers
#include <micro-os-plus/micro-test-plus.h>
Public Member Typedefs Index
using | type = int |
Alias type provided when the requirement is satisfied. More... | |
Description
Specialisation of the requirements struct template for true
.
When the condition is true
, this specialisation provides a nested type
alias, typically used for SFINAE and requirements checking in template metaprogramming.
Definition at line 642 of file type-traits.h.
Public Member Typedefs
type
|
Alias type provided when the requirement is satisfied.
Definition at line 647 of file type-traits.h.
The documentation for this struct was generated from the following file:
Generated via docusaurus-plugin-doxygen by Doxygen 1.14.0.