mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Namespaces | Macros
GridSearch.hpp File Reference
#include <algorithm>
#include <array>
#include <cfenv>
#include <cmath>
#include <functional>
#include <iostream>
#include <mutable/util/macro.hpp>
#include <stdexcept>
#include <tuple>
#include <type_traits>
#include <utility>
#include <vector>
Include dependency graph for GridSearch.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  m::gs::Space< T, Derived >
 
struct  m::gs::LinearSpace< T >
 
struct  m::gs::GridSearch< Spaces >
 

Namespaces

namespace  m
 

‍mutable namespace


 
namespace  m::gs
 

Macros

#define CDERIVED   (*static_cast<const derived_type*>(this))
 

Macro Definition Documentation

◆ CDERIVED

#define CDERIVED   (*static_cast<const derived_type*>(this))

Definition at line 27 of file GridSearch.hpp.