1# ifndef _RHEOLEF_FIELD_LAZY_H
2# define _RHEOLEF_FIELD_LAZY_H
257#include "rheolef/field_concept.h"
258#include "rheolef/space.h"
260namespace rheolef {
namespace details {
264template<
class Derived,
class Sfinae =
void>
267template<
class Derived>
274 Derived&
derived() {
return *
static_cast< Derived*
>(
this); }
275 const Derived&
derived()
const {
return *
static_cast<const Derived*
>(
this); }
const Derived & derived() const
This file is part of Rheolef.