opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
landmark_csv_flags.h File Reference
#include <utility>
Include dependency graph for landmark_csv_flags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  opyn
 

Enumerations

enum class  opyn::LandmarkCSVFlags { opyn::None = 0 , opyn::NoHeader = 1<<0 , opyn::NoNames = 1<<1 }
 

Functions

constexpr LandmarkCSVFlags opyn::operator| (LandmarkCSVFlags lhs, LandmarkCSVFlags rhs)
 
constexpr bool opyn::operator& (LandmarkCSVFlags lhs, LandmarkCSVFlags rhs)