micro-test-plus 3.2.2
The µTest++ Testing Framework
Loading...
Searching...
No Matches
micro_os_plus::micro_test_plus::detail::nothrow_< Callable_T > Struct Template Reference

Operator to check if the expression does not throw any exception. More...

#include <micro-os-plus/micro-test-plus.h>

+ Inheritance diagram for micro_os_plus::micro_test_plus::detail::nothrow_< Callable_T >:

Public Member Functions

constexpr nothrow_ (const Callable_T &func)
 
constexpr operator bool () const
 

Public Attributes

const bool value_ {}
 

Detailed Description

template<class Callable_T>
struct micro_os_plus::micro_test_plus::detail::nothrow_< Callable_T >

Operator to check if the expression does not throw any exception.

Definition at line 664 of file detail.h.

Constructor & Destructor Documentation

◆ nothrow_()

template<class Callable_T>
micro_os_plus::micro_test_plus::detail::nothrow_< Callable_T >::nothrow_ ( const Callable_T & func)
inlineexplicitconstexpr

Definition at line 666 of file detail.h.

Member Function Documentation

◆ operator bool()

template<class Callable_T>
micro_os_plus::micro_test_plus::detail::nothrow_< Callable_T >::operator bool ( ) const
inlinenodiscardconstexpr

Definition at line 682 of file detail.h.

Member Data Documentation

◆ value_

template<class Callable_T>
const bool micro_os_plus::micro_test_plus::detail::nothrow_< Callable_T >::value_ {}

Definition at line 687 of file detail.h.


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