C++Spec 1.0.0
BDD testing for C++
Loading...
Searching...
No Matches
result.hpp File Reference
#include <ciso646>
#include <format>
#include <source_location>
#include <sstream>
#include <string>
#include <utility>
Include dependency graph for result.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CppSpec::Result
 

Concepts

concept  CppSpec::is_result
 

Variables

template<typename T>
constexpr bool CppSpec::is_result_v = std::is_same_v<Result, T>