Expression Templates Library (ETL)
include
etl
eval_visitors.hpp
Go to the documentation of this file.
1
//=======================================================================
2
// Copyright (c) 2014-2023 Baptiste Wicht
3
// Distributed under the terms of the MIT License.
4
// (See accompanying file LICENSE or copy at
5
// http://opensource.org/licenses/MIT)
6
//=======================================================================
7
14
#pragma once
15
16
namespace
etl
{
17
18
namespace
detail {
19
23
struct
evaluator_visitor
{
24
// Nothing to configure
25
};
26
27
}
//end of namespace detail
28
29
}
//end of namespace etl
etl
Root namespace for the ETL library.
Definition:
adapter.hpp:15
etl::detail::evaluator_visitor
Visitor to perform local evaluation when necessary.
Definition:
eval_visitors.hpp:23
Generated by
1.8.13