Skip to main content

funductor

a conductor of fun, usually self-appointed; he/she who creates an atomsphere of merriment in nearly every situation; completely unrelated to being productive.
Jim: Do we have to go to that lame dinner party?
Sue: Yeah, but don't worry. Nancy's going! She's the funductor!
Jim: Sweet! Nancy knows how to bring the party!
by missc3 May 18, 2011
mugGet the funductor mug.

Funrector

One who directs promotions at minor league sporting events.
The halftime show at last night's Albuquerque Thunderbirds game was unreal, thanks to the excellent script written by the funrector.
by Coordicationer December 29, 2009
mugGet the Funrector mug.

Monkey The Funduster

'Who goes there?' I cry into the darkness
The only reply that he could muster,
'I'm everything you'll ever need my friend, I am Monkey The Funduster.'
And so I smiled and went to sleep.

Jon Richardson 6music
by MonkeyTheFunduster February 17, 2010
mugGet the Monkey The Funduster mug.

Funductive

Fun + Productive

Term coined by Chad Ochocinco meaning having fun while being productive at the same time.
Ochocinco: Today's football practice is gonna to be a funductive day.
by och8cinco October 6, 2009
mugGet the Funductive mug.

Fundatory

is any event or function that is intended to be fun, but is mandatory and will most likely suck.
Hey Dave their is a fundatory event for work this Saturday it gonna blow.
by Pinabutta November 4, 2008
mugGet the Fundatory mug.

fundatory

mandatory fun activities that happen at work, which are never actually fun at all.
This afternoon, we have to trudge up the hill to the fundatory holiday party. If i wanted to die of boredom, I could stay in my own office and listen to Bill talk about his kids, but noooooo, we have to hit the fundatory.
by bee listy December 10, 2008
mugGet the fundatory mug.

functor

A functor, or function object, is a class in C++ with the () operator overloaded. Functors are used a lot in the standard library to do custom comparisons. They're used in place of function pointers because sometimes you need to store a value or remember something (ie. put the functor into a special 'state' for whatever purpose), a functor can do this, a function pointer can't (without messing with global variables).
class over5 { // this class is the functor
bool operator() (int x) {
return x > 5;
}
};

std::list<int> L;

... // put a bunch of ints onto the list

over5 o5;
std::find_if(L.begin(), L.end(), o5);

// o5 will have its overloaded () operator called to check if the element in L is over 5.
by Sam Johnston July 23, 2005
mugGet the functor mug.

Share this definition

Sign in to vote

We'll email you a link to sign in instantly.

Or

Check your email

We sent a link to

Open your email