PFASST++
concepts.hpp File Reference
#include <type_traits>
#include <gtest/gtest.h>
#include <gmock/gmock.h>
+ Include dependency graph for concepts.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ConceptsTest< T >
 

Functions

 TYPED_TEST_CASE_P (ConceptsTest)
 
 TYPED_TEST_P (ConceptsTest, Constructors)
 
 TYPED_TEST_P (ConceptsTest, Assignments)
 
 REGISTER_TYPED_TEST_CASE_P (ConceptsTest, Constructors, Assignments)
 

Function Documentation

REGISTER_TYPED_TEST_CASE_P ( ConceptsTest  ,
Constructors  ,
Assignments   
)
TYPED_TEST_CASE_P ( ConceptsTest  )
TYPED_TEST_P ( ConceptsTest  ,
Constructors   
)

Definition at line 16 of file concepts.hpp.

TYPED_TEST_P ( ConceptsTest  ,
Assignments   
)

Definition at line 24 of file concepts.hpp.