ChampSim
039-channel-members.cc File Reference
#include "catch.hpp"
#include "channel.h"
#include <type_traits>
Include dependency graph for 039-channel-members.cc:

Functions

 TEST_CASE ("Channel member types are copy constructible")
 
 TEST_CASE ("Channel member types are copy assignable")
 
 TEST_CASE ("Channel member types are move constructible")
 
 TEST_CASE ("Channel member types are move assignable")
 
 TEST_CASE ("Channel member types are destructible")
 
 TEST_CASE ("Channel member types are swappable")
 

Function Documentation

◆ TEST_CASE() [1/6]

TEST_CASE ( "Channel member types are copy assignable"  )

◆ TEST_CASE() [2/6]

TEST_CASE ( "Channel member types are copy constructible"  )

◆ TEST_CASE() [3/6]

TEST_CASE ( "Channel member types are destructible"  )

◆ TEST_CASE() [4/6]

TEST_CASE ( "Channel member types are move assignable"  )

◆ TEST_CASE() [5/6]

TEST_CASE ( "Channel member types are move constructible"  )

◆ TEST_CASE() [6/6]

TEST_CASE ( "Channel member types are swappable"  )