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 "
operator_value.hpp
"
6
8
namespace
xtd
{
10
namespace
tunit
{
11
namespace
constraints
{
12
template
<
class
value_t>
13
inline
auto
operator_value<value_t>::and_() {
return
and_operator_value<value_t>
(
self_
);}
14
}
15
}
16
}
xtd::tunit::constraints::and_operator_value
Definition
and_operator_value.hpp:18
self_
#define self_
The self_ expression is a reference value expression whose value is the reference of the implicit obj...
Definition
self.hpp:20
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
operator_value.hpp
Contains xtd::tunit::constraints::operator_value class.
Generated on
for xtd by
Gammasoft
. All rights reserved.