lsst.gauss2d gbf99507273+d801c9999e
Loading...
Searching...
No Matches
doctest::detail::ContextScope< L > Class Template Reference
Inheritance diagram for doctest::detail::ContextScope< L >:
doctest::detail::ContextScopeBase doctest::IContextScope

Public Member Functions

 ContextScope (const L &lambda)
 ContextScope (L &&lambda)
 ContextScope (const ContextScope &)=delete
 ContextScope (ContextScope &&) noexcept=default
ContextScope & operator= (const ContextScope &)=delete
ContextScope & operator= (ContextScope &&)=delete
void stringify (std::ostream *s) const override
Public Member Functions inherited from doctest::detail::ContextScopeBase
 ContextScopeBase (const ContextScopeBase &)=delete
ContextScopeBase & operator= (const ContextScopeBase &)=delete
ContextScopeBase & operator= (ContextScopeBase &&)=delete

Additional Inherited Members

Protected Member Functions inherited from doctest::detail::ContextScopeBase
 ContextScopeBase (ContextScopeBase &&other) noexcept
void destroy ()
Protected Attributes inherited from doctest::detail::ContextScopeBase
bool need_to_destroy {true}

Member Function Documentation

◆ stringify()

template<typename L>
void doctest::detail::ContextScope< L >::stringify ( std::ostream * s) const
inlineoverridevirtual

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