mimic++ v9.2.1
Loading...
Searching...
No Matches
mimicpp::expectation_policies::Constness< constness > Class Template Reference

#include <GeneralPolicies.hpp>

Static Public Member Functions

static constexpr bool is_satisfied () noexcept
 
template<typename Return, typename... Args>
static constexpr bool matches (const call::Info< Return, Args... > &info) noexcept
 
template<typename Return, typename... Args>
static constexpr void consume (const call::Info< Return, Args... > &info) noexcept
 
static auto describe ()
 

Member Function Documentation

◆ consume()

template<Constness constness>
template<typename Return, typename... Args>
static constexpr void mimicpp::expectation_policies::Constness< constness >::consume ( const call::Info< Return, Args... > & info)
inlinestaticconstexprnoexcept

◆ describe()

template<Constness constness>
static auto mimicpp::expectation_policies::Constness< constness >::describe ( )
inlinestaticnodiscard

◆ is_satisfied()

template<Constness constness>
static constexpr bool mimicpp::expectation_policies::Constness< constness >::is_satisfied ( )
inlinestaticnodiscardconstexprnoexcept

◆ matches()

template<Constness constness>
template<typename Return, typename... Args>
static constexpr bool mimicpp::expectation_policies::Constness< constness >::matches ( const call::Info< Return, Args... > & info)
inlinestaticnodiscardconstexprnoexcept

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