1#ifndef __FIBER_FIELD_BINDERBASE_HPP
2#define __FIBER_FIELD_BINDERBASE_HPP
43 : default_value( DefaultValue )
48 const auto&it = this->
find( BBptr );
49 if (it == this->
end())
57 const auto&it = this->
find( BBptr );
58 if (it == this->
end())
basic_string< char > string
const_iterator end() const noexcept
iterator find(const key_type &__x)
Base class to allow binding a Fiber Bundle data structure to some storage device, similar to swapping...
Definition BinderBase.hpp:17
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
Definition BinderBase.hpp:36