catsfoot::details::test_all< T, true, true > Struct Template Reference

Test axioms of a concept with local axioms. More...

#include <test_all_driver.hh>

List of all members.

Public Member Functions

template<typename Generator , typename... Axioms, typename Stream , typename Index = std::integral_constant<size_t, 0>>
bool test (Generator &g, const std::tuple< Axioms...> &axioms, Stream &s, Index=Index())
 Test axiom number "Index".
template<typename Generator , typename... Axioms, typename Stream >
bool test (Generator &, const std::tuple< Axioms...> &, Stream &, std::integral_constant< size_t, sizeof...(Axioms)>)
 All axioms were tested.
template<typename Generator , typename Stream = decltype(std::cerr)>
bool operator() (Generator &g, Stream &s=std::cerr)

Detailed Description

template<typename T>
struct catsfoot::details::test_all< T, true, true >

Test axioms of a concept with local axioms.


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