xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.tunit
include
xtd
tunit
constraints
operator_value.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
actual_value.hpp
"
6
8
namespace
xtd
{
10
namespace
tunit
{
12
template
<
typename
actual_t>
class
does_not_value;
13
template
<
typename
actual_t>
class
does_value;
14
template
<
typename
actual_t>
class
is_not_value;
15
template
<
typename
actual_t>
class
is_value;
17
19
namespace
constraints
{
20
template
<
typename
actual_t>
21
class
operator_value :
public
actual_value<actual_t> {
22
public
:
24
26
auto
and_();
28
29
protected
:
31
33
operator_value() =
default
;
34
operator_value(actual_value<actual_t>&&
v
) : actual_value<actual_t> {std::move(
v
)} {}
35
operator_value(
const
actual_value<actual_t>&
v
) : actual_value<actual_t> {
v
} {}
37
38
private
:
39
template
<
typename
value_t>
friend
class
does_not_value;
40
template
<
typename
value_t>
friend
class
does_value;
41
template
<
typename
value_t>
friend
class
is_not_value;
42
template
<
typename
value_t>
friend
class
is_value;
43
};
44
}
45
}
46
}
actual_value.hpp
Contains xtd::tunit::constraints::actual_value class.
xtd::console_key::v
@ v
The V key.
Definition
console_key.hpp:130
xtd::tunit::constraints
The constraints namespace contains the constraint-based assert model.
Definition
actual_value.hpp:12
xtd::tunit
The tunit namespace contains a unit test library.
Definition
abort_error.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.