xtd 0.2.0
Loading...
Searching...
No Matches
operator_value_.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "operator_value.hpp"
6
8namespace 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}
Definition and_operator_value.hpp:18
#define self_
The self_ expression is a reference value expression whose value is the reference of the implicit obj...
Definition self.hpp:20
The constraints namespace contains the constraint-based assert model.
Definition actual_value.hpp:12
The tunit namespace contains a unit test library.
Definition abort_error.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::tunit::constraints::operator_value class.