CubbyFlow::Field< N > Class Template Reference
Abstract base class for N-D fields. More...
#include <Core/Field/Field.hpp>
Inheritance diagram for CubbyFlow::Field< N >:
Public Member Functions | |
Field ()=default | |
Default constructor. More... | |
virtual | ~Field ()=default |
Default virtual destructor. More... | |
Field (const Field &)=default | |
Default copy constructor. More... | |
Field (Field &&) noexcept=default | |
Default move constructor. More... | |
Field & | operator= (const Field &)=default |
Default copy assignment operator. More... | |
Field & | operator= (Field &&) noexcept=default |
Default move assignment operator. More... | |
Detailed Description
template<size_t N>
class CubbyFlow::Field< N >
Abstract base class for N-D fields.
Constructor & Destructor Documentation
◆ Field() [1/3]
template<size_t N>
|
default |
Default constructor.
◆ ~Field()
template<size_t N>
|
virtualdefault |
Default virtual destructor.
◆ Field() [2/3]
template<size_t N>
|
default |
Default copy constructor.
◆ Field() [3/3]
template<size_t N>
|
defaultnoexcept |
Default move constructor.
Member Function Documentation
◆ operator=() [1/2]
template<size_t N>
|
default |
Default copy assignment operator.
◆ operator=() [2/2]
template<size_t N>
|
defaultnoexcept |
Default move assignment operator.
The documentation for this class was generated from the following file:
- Core/Field/Field.hpp