micro-test-plus 3.2.0
µTest++, a lightweight testing framework for embedded platforms
|
Template for wrapping any other type. More...
#include <micro-os-plus/micro-test-plus.h>
Public Types | |
using | value_type = T |
Public Member Functions | |
constexpr | to_t (const T &t) |
Constructor. | |
constexpr decltype(auto) | get () const |
constexpr | operator T () const |
Public Attributes | |
T | value_ {} |
Template for wrapping any other type.
A public class used only to convert the type.
Definition at line 490 of file literals.h.
|
inherited |
Definition at line 309 of file type-traits.h.
|
inlineexplicitconstexpr |
Constructor.
Definition at line 493 of file literals.h.
|
inlineconstexprinherited |
Definition at line 322 of file type-traits.h.
|
inlineexplicitconstexprinherited |
Definition at line 316 of file type-traits.h.
|
inherited |
Definition at line 327 of file type-traits.h.