kblib 0.2.3
General utilities library for modern C++
variant.cpp File Reference
#include "catch.hpp"
#include <chrono>
#include <iostream>
#include <map>
#include <string_view>
#include "kblib/variant.h"
#include "kblib/hash.h"
Include dependency graph for variant.cpp:

Go to the source code of this file.

Functions

 TEST_CASE ("visit")
 
 TEST_CASE ("visit_indexed")
 
 TEST_CASE ("variant_cast")
 

Function Documentation

◆ TEST_CASE() [1/3]

TEST_CASE ( "variant_cast"  )

Definition at line 46 of file variant.cpp.

◆ TEST_CASE() [2/3]

TEST_CASE ( "visit"  )

Definition at line 13 of file variant.cpp.

◆ TEST_CASE() [3/3]

TEST_CASE ( "visit_indexed"  )

Definition at line 35 of file variant.cpp.