plptools
Loading...
Searching...
No Matches
doctest::detail::Expression_lhs< L > Struct Template Reference

#include <doctest.h>

Public Member Functions

 Expression_lhs (L &&in, assertType::Enum at)
 
DOCTEST_NOINLINE operator Result ()
 
 operator L () const
 

Public Attributes

lhs
 
assertType::Enum m_at
 

Detailed Description

template<typename L>
struct doctest::detail::Expression_lhs< L >

Definition at line 1500 of file doctest.h.

Constructor & Destructor Documentation

◆ Expression_lhs()

template<typename L >
doctest::detail::Expression_lhs< L >::Expression_lhs ( L &&  in,
assertType::Enum  at 
)
inlineexplicit

Definition at line 1505 of file doctest.h.

Member Function Documentation

◆ operator L()

template<typename L >
doctest::detail::Expression_lhs< L >::operator L ( ) const
inline

Definition at line 1525 of file doctest.h.

◆ operator Result()

template<typename L >
DOCTEST_NOINLINE doctest::detail::Expression_lhs< L >::operator Result ( )
inline

OCLINT bitwise operator in conditional

Definition at line 1509 of file doctest.h.

Member Data Documentation

◆ lhs

template<typename L >
L doctest::detail::Expression_lhs< L >::lhs

Definition at line 1502 of file doctest.h.

◆ m_at

template<typename L >
assertType::Enum doctest::detail::Expression_lhs< L >::m_at

Definition at line 1503 of file doctest.h.


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